Hide Anything - Element Hider for Chrome™

Best element hider for Chrome™. Remove distractions in a breeze.

Hide Anything - Element Hider for Chrome™ क्या है?

Hide Anything - Element Hider for Chrome™ Excelling Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best element hider for Chrome™. Remove distractions in a breeze."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page.

Hide any distracting web element and clean up your favorite websites with just a few clicks.

✔️Easy to use
✔️Works on any web element
✔️Automatic background color selection
✔️Save blocked elements
✔️Many more features to explore

With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.                    

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

नाम Hide Anything - Element Hider for Chrome™ Hide Anything - Element Hider for Chrome™
ID gkjljknnkogcgndejajchomapofgiinf
आधिकारिक URL https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf
विवरण Best element hider for Chrome™. Remove distractions in a breeze.
फ़ाइल का आकार 26.09 KB
स्थापना संख्या 195
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-11-02
प्रकाशन तिथि 2022-11-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Excelling Apps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.excellingapps.com/extensions/privacy-policy
समर्थित भाषाएँ de,en-US,fr,tr,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/ic_16.png",
        "32": ".\/ic_32.png",
        "48": ".\/ic_48.png",
        "128": ".\/ic_128.png"
    },
    "background": {
        "service_worker": ".\/b.js"
    },
    "action": {
        "default_popup": "pu.html"
    },
    "default_locale": "en_US",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "s.css"
            ],
            "js": [
                ".\/f.js"
            ]
        }
    ]
}