Remove This

Allows the user to remove elements from a website page

Remove This क्या है?

Remove This fcarreto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to remove elements from a website page"।

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

screenshot

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

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

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

                        Say goodbye to that popup that just want your email address...                    

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

नाम Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
आधिकारिक URL https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
विवरण Allows the user to remove elements from a website page
फ़ाइल का आकार 116 KB
स्थापना संख्या 129
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-11-11
प्रकाशन तिथि 2014-11-11
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर fcarreto
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove This",
    "description": "Allows the user to remove elements from a website page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Remove This",
        "default_icon": "target.png"
    },
    "manifest_version": 2
}