Div Be Gone

Delete persky div tags

Div Be Gone क्या है?

Div Be Gone Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delete persky div tags"।

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

screenshot
screenshot

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

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

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

                        Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.                    

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

नाम Div Be Gone Div Be Gone
ID fpdeemfnmfadndkoaafnnlfbceicekcn
आधिकारिक URL https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn
विवरण Delete persky div tags
फ़ाइल का आकार 72.42 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-06-28
प्रकाशन तिथि 2017-06-28
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rtrigoso/dom_delete_extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Div Be Gone",
    "description": "Delete persky div tags",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Delete pesky div tags",
        "default_icon": "aerosol.png"
    },
    "manifest_version": 2
}