共有ホスティングを使用しているため、Apache の設定を編集できません。ユーザーが次の方法で .crx ファイルをダウンロードできるようにする必要があります。
1) The file has the content type application/x-chrome-extension
2) The file is not served with the HTTP header X-Content-Type-Options: nosniff
3) The file is served with one of the following content types:
- empty string
- "text/plain"
- "application/octet-stream"
- "unknown/unknown"
- "application/unknown"
PHPまたは他の方法でこれを行うにはどうすればよいですか?