Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Torrent Movie Trailers FASTとは何ですか?
Torrent Movie Trailers FASTはguilhermereisrbmによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.」です。
拡張機能のスクリーンショット
Torrent Movie Trailers FAST拡張機能のCRXファイルをダウンロード
Torrent Movie Trailers FAST拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
拡張機能の基本情報
名前 | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
公式URL | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
説明 | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
ファイルサイズ | 328 KB |
インストール数 | 29 |
現在のバージョン | 1.0 |
最終更新日 | 2014-02-15 |
公開日 | 2014-02-15 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | guilhermereisrbm |
支払い方法 | in_app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent Movie Trailers FAST", "description": "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.", "version": "1.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.0.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "search.png", "48": "search.png", "128": "search.png" }, "browser_action": { "default_icon": "search.png", "default_popup": "popup.html" } } |