TrailerAddict - Movie Trailers
Watch the latest movie trailers, find tickets and related offers.
TrailerAddict - Movie Trailersとは何ですか?
TrailerAddict - Movie TrailersはC&A Corpによって開発されたChromeの拡張機能で、その主な機能は「Watch the latest movie trailers, find tickets and related offers.」です。
拡張機能のスクリーンショット
TrailerAddict - Movie Trailers拡張機能のCRXファイルをダウンロード
TrailerAddict - Movie Trailers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Powered by Microsoft Bing. By clicking "Add to chrome", I accept and agree to installing the Price Helpers extension and setting Chrome™ New Tab to that provided by the service and the Privacy (https://cacorp.io/privacy.html) and Terms of Use (https://cacorp.io/eula.html). This extension provides user with a Custom Web Search on your New Tab.
拡張機能の基本情報
名前 | TrailerAddict - Movie Trailers |
ID | ncdechejipdlodpapdhipfpbobjfacom |
公式URL | https://chromewebstore.google.com/detail/traileraddict-movie-trail/ncdechejipdlodpapdhipfpbobjfacom |
説明 | Watch the latest movie trailers, find tickets and related offers. |
ファイルサイズ | 1.73 MB |
インストール数 | 14 |
現在のバージョン | 1.8 |
最終更新日 | 2022-03-15 |
公開日 | 2019-08-20 |
開発者 | C&A Corp |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://cacorp.io/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrailerAddict - Movie Trailers", "short_name": "Trailer Addict", "version": "1.8", "manifest_version": 3, "description": "Watch the latest movie trailers, find tickets and related offers.", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "web_accessible_resources": [ { "resources": [ "traileraddict.json" ], "matches": [ "https:\/\/traileraddict.s3-us-west-2.amazonaws.com\/*" ] } ], "host_permissions": [ "https:\/\/traileraddict.s3-us-west-2.amazonaws.com\/", "*:\/\/*\/*" ] } |