RARBG thumbnails

Display thumbnails automaticly on RARBG

RARBG thumbnails क्या है?

RARBG thumbnails Bitlab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display thumbnails automaticly on RARBG"।

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

screenshot

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

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

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

                        Display thumbnails automatically on RARBG, without having to hover on an item to display it.

Source code: https://github.com/keyboardslayer/rarbg-thumbnails                    

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

नाम RARBG thumbnails RARBG thumbnails
ID bajecalicogfgonhfimaeifdbdpmbgab
आधिकारिक URL https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab
विवरण Display thumbnails automaticly on RARBG
फ़ाइल का आकार 7.83 KB
स्थापना संख्या 872
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2019-09-28
प्रकाशन तिथि 2019-09-28
रेटिंग 3.63/5 कुल 16 रेटिंग्स
डेवलपर Bitlab
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RARBG thumbnails",
    "short_name": "RARBG thumbs",
    "description": "Display thumbnails automaticly on RARBG",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rarbg.to\/top*",
                "*:\/\/rarbg.to\/torrents.php*",
                "*:\/\/rarbg.is\/top*",
                "*:\/\/rarbg.is\/torrents.php*",
                "*:\/\/rarbgproxy.org\/top*",
                "*:\/\/rarbgproxy.org\/torrents.php*",
                "*:\/\/rarbgmirror.com\/top*",
                "*:\/\/rarbgmirror.com\/torrents.php*",
                "*:\/\/rarbgunblocked.org\/top*",
                "*:\/\/rarbgunblocked.org\/torrents.php*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}