Hide images with NOPE. 2.0

Hide page images

Hide images with NOPE. 2.0 क्या है?

Hide images with NOPE. 2.0 https://www.themaroonhouse.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide page images"।

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

screenshot
screenshot

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

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

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

                        Hide even MORE images with "Hide images with NOPE. 2.0"!

Articles with images get better engagement and time on page. Publishers know this.

However, sometimes you -- the reader -- need information about a subject and don't WANT to see any images. 

That's where Hide images with NOPE. comes in.

+ Deathly afraid of bugs and could REALLY do without seeing pictures of them when looking for exterminator services online?

+ Want to hate-read about a particular celebrity, but can't stand to see their image splashed alongside the text?

+ Looking to be an informed citizen, but can't stomach seeing X politician on the page?

We gotchu.

With NOPE. you can conveniently block out images. Download the extension, click on the icon and choose "Hide." Change your mind? You can easily toggle back to "Show." 

Download Hide images with NOPE. 2.0, the FREE image blocker, today! And if you prefer an extension that DOESN'T automatically block all images, check out our other extension: Hide images with NOPE: https://chrome.google.com/webstore/detail/hide-images-with-nope/gdkmclihieenaopcpkmfhmhchaijfcgh

P.S. This extension does not block advertising images or videos. *shakes fist at sky*

P.P.S. You might have to wait for the website to finish loading and/or then refresh the page before the extension begins working.                    

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

नाम Hide images with NOPE. 2.0 Hide images with NOPE. 2.0
ID ndpjhjepgkbbklfbeochbfcjbggieied
आधिकारिक URL https://chromewebstore.google.com/detail/hide-images-with-nope-20/ndpjhjepgkbbklfbeochbfcjbggieied
विवरण Hide page images
फ़ाइल का आकार 249 KB
स्थापना संख्या 107
वर्तमान संस्करण 2.3.1
अंतिम अपडेट 2022-12-16
प्रकाशन तिथि 2018-09-24
रेटिंग 2.67/5 कुल 9 रेटिंग्स
डेवलपर https://www.themaroonhouse.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide images with NOPE. 2.0",
    "description": "Hide page images",
    "version": "2.3.1",
    "icons": {
        "128": "img\/icon.png",
        "64": "img\/icon.png",
        "32": "img\/icon.png",
        "16": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/placeholder.png",
        "img\/loading.gif",
        "js\/jquery.js",
        "js\/jquery-ui.js",
        "js\/bootstrap.min.js",
        "css\/style",
        "css\/jquery-ui.css"
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ]
}