iSnatch

Theres something behind the curtain!

iSnatch क्या है?

iSnatch Renbo Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Theres something behind the curtain!"।

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

screenshot

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

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

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

                        Features:

- Removes the overlay for restocking and maintenance
- Removes the time out redirect                    

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

नाम iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
आधिकारिक URL https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
विवरण Theres something behind the curtain!
फ़ाइल का आकार 7.71 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.02
अंतिम अपडेट 2020-02-26
प्रकाशन तिथि 2020-02-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Renbo Design
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://moreba.club/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSnatch",
    "version": "1.02",
    "description": "Theres something behind the curtain!",
    "icons": {
        "128": "isnatchlogo.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "cached\/*",
        "fonts\/*",
        "images\/*"
    ],
    "permissions": [
        "*:\/\/*.icatch-online.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "servemoddedfiles.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for isnatch",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.icatch-online.com\/booths\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}