Hide it now!

Hide unwanted element on any websites!

Hide it now!คืออะไร?

Hide it now! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย supertomlai และคุณลักษณะหลักของมันคือ "Hide unwanted element on any websites!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide it now!

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

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

                        Hide unwanted ADs or view blocking stuff on the webpage on a mouse click!
This Extension will add a right click menu item which let you instantly hide the selected AD/item on the displayed webpage!
User may be required to reload webpages to use this extension after installation.                    

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

ชื่อ Hide it now! Hide it now!
ID ielggdbamjmfoiennlibhkknhopncipl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl
คำอธิบาย Hide unwanted element on any websites!
ขนาดไฟล์ 28.92 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-03-19
วันที่เผยแพร่ 2015-03-18
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา supertomlai
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide it now!",
    "description": "Hide unwanted element on any websites!",
    "omnibox": {
        "keyword": "hide"
    },
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "minimum_chrome_version": "9",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mouseclick.js"
            ],
            "css": [
                "hide_element.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}