Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Chrome 拡張機能を開発しましたが、https プロトコルを使用しない Web サイトでも問題なく動作しています。ただし、https プロトコルで実行されているサイトでは読み込まれません。
この問題を解決するための回避策はありますか?
マニフェスト ファイルでは、matchesincontent_scriptsは次のようになります。
matches
content_scripts
"content_scripts": [ { "matches": [ "http://*/", "https://*/" ], ... }, ... ]