Popup Remover
Remove Annoying Pop-up When You Click the Icon
Cos'è Popup Remover?
Popup Remover è un'estensione di Chrome sviluppata da FredyK200, e la sua funzione principale è "Remove Annoying Pop-up When You Click the Icon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Popup Remover
Scarica i file di estensione Popup Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.
Informazioni di Base sull'Estensione
Nome | Popup Remover |
ID | cgfeodejlolofnlcmpfgplpjinnifmpp |
URL Ufficiale | https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp |
Descrizione | Remove Annoying Pop-up When You Click the Icon |
Dimensione del File | 16.65 KB |
Conteggio Installazioni | 314 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2021-05-19 |
Data di Pubblicazione | 2021-05-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | FredyK200 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.buymeacoffee.com/FredyK200 |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popup Remover", "manifest_version": 3, "version": "1.01", "description": "Remove Annoying Pop-up When You Click the Icon", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |