Image Remover

It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…

Image Removerคืออะไร?

Image Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://danielw.org และคุณลักษณะหลักของมันคือ "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Remover

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

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

                        It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh.

===== Testimonials =====
Person A: "No feedback needed, it's that effective."
Person B: "What A said."                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Remover Image Remover
ID keimggighiknpiiloncafdmhopgccbbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk
คำอธิบาย It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
ขนาดไฟล์ 7.88 KB
จำนวนการติดตั้ง 1,528
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-03-03
วันที่เผยแพร่ 2016-03-02
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://danielw.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.danielw.org
URL หน้าช่วยเหลือ http://www.danielw.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Remover",
    "version": "1.0",
    "permissions": [
        "background",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "imgremove.png"
    },
    "browser_action": {
        "default_title": "Click to remove all images",
        "default_icon": "imgremove.png"
    },
    "manifest_version": 2,
    "short_name": "Image Remover"
}