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開發的Chrome擴展程式,該擴展的主要功能是“Hide page images”。

擴展截圖

screenshot
screenshot

下載Hide images with NOPE. 2.0擴展crx文件

下載Hide images with NOPE. 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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",
        ""
    ]
}