The PirateBay Imdb Plugin
It's a plugin that allows previsualize imdb information when is available in the description (through a link).
The PirateBay Imdb Plugin क्या है?
The PirateBay Imdb Plugin slothdevelopers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's a plugin that allows previsualize imdb information when is available in the description (through a link)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The PirateBay Imdb Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's a plugin for The PirateBay that allows previsualize imdb information when is available in the description (through a link). It uses https://www.omdbapi.com to collect the necesary info.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | glgjecfihejmjabjnebdeagibbgefgcc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc |
विवरण | It's a plugin that allows previsualize imdb information when is available in the description (through a link). |
फ़ाइल का आकार | 64.89 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2015-10-01 |
प्रकाशन तिथि | 2015-10-01 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | slothdevelopers |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The PirateBay Imdb Plugin", "description": "It's a plugin that allows previsualize imdb information when is available in the description (through a link).", "version": "2.0", "icons": { "16": "icon_16.png", "48": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "The PirateBay Imdb" }, "permissions": [ "https:\/\/thepiratebay.cd\/", "https:\/\/thepiratebay.mn\/", "https:\/\/piratemirror.net\/", "https:\/\/torrentdr.com\/", "https:\/\/thebay.tv\/", "https:\/\/thepiratebay.uk.net\/", "https:\/\/thepiratebay.gs\/", "https:\/\/thepiratebay.la\/", "https:\/\/thepiratebay.vg\/", "https:\/\/thepiratebay.am\/", "https:\/\/thepiratebay.gd\/", "https:\/\/thepiratebay.cr\/" ], "content_scripts": [ { "matches": [ "https:\/\/thepiratebay.cd\/*", "https:\/\/thepiratebay.mn\/*", "https:\/\/piratemirror.net\/*", "https:\/\/torrentdr.com\/*", "https:\/\/thebay.tv\/*", "https:\/\/thepiratebay.uk.net\/*", "https:\/\/thepiratebay.gs\/*", "https:\/\/thepiratebay.la\/*", "https:\/\/thepiratebay.vg\/*", "https:\/\/thepiratebay.am\/*", "https:\/\/thepiratebay.gd\/*", "https:\/\/thepiratebay.cr\/*" ], "js": [ "jquery-2.1.4.min.js", "addImdbInfo.js" ], "run_at": "document_start", "css": [ "piratebay_imdb.css" ] } ] } |