Hide images with NOPE.

Hide page images

Hide images with NOPE.คืออะไร?

Hide images with NOPE. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.themaroonhouse.com และคุณลักษณะหลักของมันคือ "Hide page images"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide images with NOPE.

ดาวน์โหลดไฟล์ส่วนขยาย Hide images with NOPE. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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., the FREE image blocker, today! 

Update (9/2018): The extension now covers most advertising images and videos.

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. Hide images with NOPE.
ID gdkmclihieenaopcpkmfhmhchaijfcgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-images-with-nope/gdkmclihieenaopcpkmfhmhchaijfcgh
คำอธิบาย Hide page images
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 350
เวอร์ชันปัจจุบัน 6.3.1
อัปเดตครั้งล่าสุด 2022-06-13
วันที่เผยแพร่ 2018-11-04
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา 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.",
    "description": "Hide page images",
    "version": "6.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": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "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",
        ""
    ]
}