IMDB Torrent Search

A simple extension that displays torrents for IMDB movies and series directly onto the page

IMDB Torrent Search क्या है?

IMDB Torrent Search crecket द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that displays torrents for IMDB movies and series directly onto the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IMDB Torrent Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        We now support custom links for sites we don't support by default.

Source can be found at https://github.com/Crecket/imdb-torrent-search feel free to submit bug reports and suggestions there                    

एक्सटेंशन की मूल जानकारी

नाम IMDB Torrent Search IMDB Torrent Search
ID kaacflffkmlaiebklgemhmlfbhificko
आधिकारिक URL https://chromewebstore.google.com/detail/imdb-torrent-search/kaacflffkmlaiebklgemhmlfbhificko
विवरण A simple extension that displays torrents for IMDB movies and series directly onto the page
फ़ाइल का आकार 153 KB
स्थापना संख्या 1,790
वर्तमान संस्करण 1.6.1
अंतिम अपडेट 2021-04-29
प्रकाशन तिथि 2020-04-18
रेटिंग 3.64/5 कुल 14 रेटिंग्स
डेवलपर crecket
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB Torrent Search",
    "short_name": "IMDB Torrent Search",
    "description": "A simple extension that displays torrents for IMDB movies and series directly onto the page",
    "version": "1.6.1",
    "offline_enabled": false,
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*",
                "https:\/\/www.imdb.com\/title\/*"
            ],
            "css": [
                "build\/content.css"
            ],
            "js": [
                "build\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/logo-16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo-16x16.png",
        "48": "img\/logo-48x48.png",
        "128": "img\/logo-128x128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/yts.mx\/*",
        "https:\/\/eztv.re\/*"
    ],
    "web_accessible_resources": [
        "img\/logo-16x16.png",
        "img\/icon-magnet.gif",
        "img\/1337x-favicon.png",
        "img\/extratorrent-favicon.png",
        "img\/torrents-favicon.png",
        "img\/rargb-favicon.png",
        "img\/aiosearch-favicon.png",
        "img\/ibit-favicon.png",
        "img\/tpb-favicon.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com 'unsafe-eval'; object-src 'self' https:\/\/fonts.googleapis.com"
}