Displayer None

Remove the highest Z-Index one at a time

Displayer Noneคืออะไร?

Displayer None เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Remove the highest Z-Index one at a time"

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

screenshot

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

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

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

                        Remove blocking layers / paywall prompts by changing the CSS of an element to hidden with a click.
Each time you click the icon the element with the highest Z-Index will be removed from the page                    

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

ชื่อ Displayer None Displayer None
ID fognccpdledbhjeadojefhaejnkdclni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/displayer-none/fognccpdledbhjeadojefhaejnkdclni
คำอธิบาย Remove the highest Z-Index one at a time
ขนาดไฟล์ 63.5 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-09-07
วันที่เผยแพร่ 2019-09-03
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Displayer None",
    "version": "0.1.0",
    "description": "Remove the highest Z-Index one at a time",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}