Displayer None

Remove the highest Z-Index one at a time

Displayer Noneとは何ですか?

Displayer NoneはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Remove the highest Z-Index one at a time」です。

拡張機能のスクリーンショット

screenshot

Displayer None拡張機能のCRXファイルをダウンロード

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": [
                ""
            ]
        }
    ]
}