Displayer None
Remove the highest Z-Index one at a time
Qu'est-ce que Displayer None ?
Displayer None est une extension Chrome développée par Unknown, et sa fonction principale est "Remove the highest Z-Index one at a time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Displayer None
Téléchargez les fichiers d'extension Displayer None au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Displayer None |
ID | fognccpdledbhjeadojefhaejnkdclni |
URL Officiel | https://chromewebstore.google.com/detail/displayer-none/fognccpdledbhjeadojefhaejnkdclni |
Description | Remove the highest Z-Index one at a time |
Taille du Fichier | 63.5 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2019-09-07 |
Date de Publication | 2019-09-03 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |