Remove Element From Dom

Easily remove elements from the current page's DOM including tags, ids and classes.

Remove Element From Domคืออะไร?

Remove Element From Dom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Easily remove elements from the current page's DOM including tags, ids and classes."

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

screenshot

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

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

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

                        Simply type in the element of choice to remove, the amount and watch as that element magically deletes!

Quickly view how a page would look with certain content removed.                    

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

ชื่อ Remove Element From Dom Remove Element From Dom
ID hjjifmiafeghanhanhpjgbbcnbbgeflc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc
คำอธิบาย Easily remove elements from the current page's DOM including tags, ids and classes.
ขนาดไฟล์ 40.78 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-05-03
วันที่เผยแพร่ 2017-05-03
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jwatson4115/remove-from-dom
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Element From Dom",
    "description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
    "version": "1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    }
}