Torrent Search for a Movie
Quick search for torrent files on movie pages for IMDB™
Torrent Search for a Movie क्या है?
Torrent Search for a Movie Utilities For Life द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick search for torrent files on movie pages for IMDB™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torrent Search for a Movie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is helpful for IMDB™ users and people who download movies with help of torrents. Now while you check the rating and reviews of a movie or TV series on IMDB™ you can immediately search for a torrent file for it! Torrent download button appears right next to movie title on IMDB™ webpage! This is a simple extension. It works only on IMDB™ pages! Features - Adds Download torrent button on IMDB™ movie pages and TV series - Nothing more! NOTE: Movie Torrent Search for IMDB™ extension is not endorsed or certified by Amazon.com, Inc. All IMDB™ logos and trademarks displayed on this chrome extension are property of Amazon.com, Inc.
एक्सटेंशन की मूल जानकारी
नाम | Torrent Search for a Movie |
ID | mkhmkalnahnenledodkkpfaeboippieh |
आधिकारिक URL | https://chromewebstore.google.com/detail/torrent-search-for-a-movi/mkhmkalnahnenledodkkpfaeboippieh |
विवरण | Quick search for torrent files on movie pages for IMDB™ |
फ़ाइल का आकार | 204 KB |
स्थापना संख्या | 2,284 |
वर्तमान संस्करण | 4.0.0.1 |
अंतिम अपडेट | 2023-05-30 |
प्रकाशन तिथि | 2023-02-14 |
रेटिंग | 4.00/5 कुल 8 रेटिंग्स |
डेवलपर | Utilities For Life |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://bit.ly/3RYjS6m |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/main.css" ], "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.imdb.com\/*", "*:\/\/*.kinopoisk.ru\/*" ], "run_at": "document_end" } ], "content_security_policy": { "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "webRequest", "storage", "unlimitedStorage", "proxy", "cookies", "webRequestAuthProvider", "tabs", "scripting", "declarativeNetRequestWithHostAccess" ], "sandbox": { "pages": [ "js\/sandbox.html" ] }, "version": "4.0.0.1", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "js\/sandbox.html" ], "use_dynamic_url": true } ] } |