Modal Blocker

Remove (some) annoying modal popups

Hvad er Modal Blocker?

Modal Blocker er en Chrome-udvidelse udviklet af Marcos Gil Fuertes, og dens hovedfunktion er "Remove (some) annoying modal popups".

Udvidelsesskærmbilleder

screenshot

Download Modal Blocker-udvidelses-CRX-fil

Download Modal Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Modal Blocker Modal Blocker
ID edhllkdiocfhjfmplhbjpggljpjjpdna
Officiel URL https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna
Beskrivelse Remove (some) annoying modal popups
Filstørrelse 97.84 KB
Antal Installationer 319
Nuværende Version 1.0
Senest Opdateret 2020-04-17
Udgivelsesdato 2020-04-14
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Marcos Gil Fuertes
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.twitter-follower.com/en/site/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}