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 |
官方網址 | 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" } } |