Displayer None

Remove the highest Z-Index one at a time

Displayer None là gì?

Displayer None là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Remove the highest Z-Index one at a time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Displayer None

Tải xuống các tệp mở rộng Displayer None dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Displayer None Displayer None
ID fognccpdledbhjeadojefhaejnkdclni
URL Chính Thức https://chromewebstore.google.com/detail/displayer-none/fognccpdledbhjeadojefhaejnkdclni
Mô tả Remove the highest Z-Index one at a time
Kích Thước Tệp 63.5 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-09-07
Ngày Phát Hành 2019-09-03
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}