Displayer None
Remove the highest Z-Index one at a time
What is Displayer None?
Displayer None is a Chrome extension developed by Unknown, and its main feature is "Remove the highest Z-Index one at a time".
Extension Screenshots
Download Displayer None Extension CRX File
Download Displayer None extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Displayer None |
ID | fognccpdledbhjeadojefhaejnkdclni |
Official URL | https://chromewebstore.google.com/detail/displayer-none/fognccpdledbhjeadojefhaejnkdclni |
Description | Remove the highest Z-Index one at a time |
File Size | 63.5 KB |
Installation Count | 18 |
Current Version | 0.1.0 |
Last Updated | 2019-09-07 |
Publish Date | 2019-09-03 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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": [ " |