Torrentz2 Magnet & IMDb +
Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error
Torrentz2 Magnet & IMDb + क्या है?
Torrentz2 Magnet & IMDb + gilshallem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torrentz2 Magnet & IMDb + एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: 1. Adds Magnet Links for both the search results and the details page of torrents. 2. Adds IMDB Rating and link 3. Live Stream torrent videos 4. If the server is down, it will automatically redirect to the TOR site SUPPORTS All THE NEW DOMAINS INCLUDING Torrentz2.is, Torrentsmirror.com and Torrentz.pl
एक्सटेंशन की मूल जानकारी
नाम | Torrentz2 Magnet & IMDb + |
ID | gfdagplpafaaplpkngcjbpkgeneapboc |
आधिकारिक URL | https://chromewebstore.google.com/detail/torrentz2-magnet-imdb-+/gfdagplpafaaplpkngcjbpkgeneapboc |
विवरण | Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error |
फ़ाइल का आकार | 22.72 KB |
स्थापना संख्या | 6,428 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2020-12-22 |
प्रकाशन तिथि | 2020-08-01 |
रेटिंग | 4.13/5 कुल 8 रेटिंग्स |
डेवलपर | gilshallem |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.min.js" ] }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.min.js" ], "matches": [ "*:\/\/torrentzwealmisr.onion.ws\/*", "*:\/\/torrentsmirror.com\/*", "*:\/\/torrentz.pl\/*", "*:\/\/torrentz2.is\/*", "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.com\/*", "*:\/\/torrentz2.eu\/*" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/v2.sg.media-imdb.com\/suggestion\/*\/", "https:\/\/*.imdb.com\/*\/", "storage" ], "description": "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "\/icon16.png", "default_popup": "settings.html", "default_title": "Torrentz settings" }, "manifest_version": 2, "name": "Torrentz2 Magnet & IMDb +", "version": "1.0.5", "version_name": "1.0.5", "web_accessible_resources": [ "icon16.png", "imdb.png", "play.png" ] } |