内部 Apache サーバーで Chrome 拡張機能をホストしていますが、インストールしようとするたびに次のエラーが表示されます。
Apps, extensions, and user scripts cannot be added from this website.
問題を解決するために、次の手順を実行しました。
- ファイルのコンテンツ タイプが
application/x-chrome-extension
/Applications/Google Chrome.app/Contents/Resources/com.google.Chrome.manifest/Contents/Resources/com.google.Chrome.manifest
を次 のように編集しました。ExtensionAllowedTypes
に 設定extension
ExtensionInstallBlacklist
に設定*
ExtensionInstallWhitelist
に設定jigjkmgmgnpkibbhondidickedkcdjba
ExtensionInstallSources
に設定*://*/*
明らかな何かが欠けていますか?