Div Be Gone

Delete persky div tags

Div Be Goneคืออะไร?

Div Be Gone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Delete persky div tags"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Div Be Gone

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

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

                        Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.                    

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

ชื่อ Div Be Gone Div Be Gone
ID fpdeemfnmfadndkoaafnnlfbceicekcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn
คำอธิบาย Delete persky div tags
ขนาดไฟล์ 72.42 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-28
วันที่เผยแพร่ 2017-06-28
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rtrigoso/dom_delete_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Div Be Gone",
    "description": "Delete persky div tags",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Delete pesky div tags",
        "default_icon": "aerosol.png"
    },
    "manifest_version": 2
}