Modal Blocker
Remove (some) annoying modal popups
Was ist Modal Blocker?
Modal Blocker ist eine Chrome-Erweiterung, die von Marcos Gil Fuertes entwickelt wurde, und ihr Hauptmerkmal ist "Remove (some) annoying modal popups".
Erweiterungsscreenshots
Modal Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Modal Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | edhllkdiocfhjfmplhbjpggljpjjpdna | 
| Offizielle URL | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna | 
| Beschreibung | Remove (some) annoying modal popups | 
| Dateigröße | 97.84 KB | 
| Installationsanzahl | 319 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2020-04-17 | 
| Veröffentlichungsdatum | 2020-04-14 | 
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | Marcos Gil Fuertes | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://www.twitter-follower.com/en/site/privacy-policy | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |