Modal Blocker
Remove (some) annoying modal popups
Wat is Modal Blocker?
Modal Blocker is een Chrome-extensie ontwikkeld door Marcos Gil Fuertes, en de belangrijkste functie is "Remove (some) annoying modal popups".
Extensie Screenshots
Download het CRX-bestand van de extensie Modal Blocker
Download Modal Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
WHAT IT IS: Modal Blocker will remove (some) modal popups that disturb you while browsing. WHAT IT ISN'T: Id doesn't remove ALL the modal popups. It shouldn't be used to avoid paying subscriptions for online services like newspapers. CREDITS: Icon from http://getdrawings.com/get-icon#about-me-icon-56.png
Basisinformatie over de Extensie
Naam | Modal Blocker |
ID | edhllkdiocfhjfmplhbjpggljpjjpdna |
Officiële URL | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna |
Beschrijving | Remove (some) annoying modal popups |
Bestandsgrootte | 97.84 KB |
Aantal Installaties | 319 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-04-17 |
Publicatiedatum | 2020-04-14 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Marcos Gil Fuertes |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.twitter-follower.com/en/site/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modal Blocker", "short_name": "ModalBlock", "description": "Remove (some) annoying modal popups", "version": "1.0", "icons": { "16": "img\/modal16.png", "48": "img\/modal48.png", "128": "img\/modal128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ] } |