Remove This

Allows the user to remove elements from a website page

Remove Thisคืออะไร?

Remove This เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fcarreto และคุณลักษณะหลักของมันคือ "Allows the user to remove elements from a website page"

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

screenshot

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

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

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

                        Say goodbye to that popup that just want your email address...                    

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

ชื่อ Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
คำอธิบาย Allows the user to remove elements from a website page
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-11-11
วันที่เผยแพร่ 2014-11-11
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา fcarreto
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove This",
    "description": "Allows the user to remove elements from a website page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Remove This",
        "default_icon": "target.png"
    },
    "manifest_version": 2
}