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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torrent Movie Trailers FAST एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |