Stoppity Poppity

Stop those irritating popups that interrupt you when you're reading.

Cos'è Stoppity Poppity?

Stoppity Poppity è un'estensione di Chrome sviluppata da yearlyglot, e la sua funzione principale è "Stop those irritating popups that interrupt you when you're reading.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stoppity Poppity

Scarica i file di estensione Stoppity Poppity 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

                        You're reading a blog and suddenly the screen goes dark and you lose what you were reading because there's a "please subscribe" window in front of you. You're browsing for song lyrics and suddenly you lose the lyrics to an advertisement for a ringtone. Isn't it irritating?

This plugin is intended to remove those irritating modal lightbox popups that interrupt you while you're trying to read a blog or a web site.

Currently blocks the following types of popup:
- Popup Domination
- Pippity Poppity
- Ringtone Maker
- AdSpot
- ShortTail
- jqueryModal
- aWeber                    

Informazioni di Base sull'Estensione

Nome Stoppity Poppity Stoppity Poppity
ID abckjldgppcaijlhpdjipckhehlpenbf
URL Ufficiale https://chromewebstore.google.com/detail/stoppity-poppity/abckjldgppcaijlhpdjipckhehlpenbf
Descrizione Stop those irritating popups that interrupt you when you're reading.
Dimensione del File 19.84 KB
Conteggio Installazioni 327
Versione Corrente 2.2
Ultimo Aggiornamento 2021-07-16
Data di Pubblicazione 2013-06-25
Valutazione 2.29/5 Totale 7 Valutazioni
Sviluppatore yearlyglot
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stoppity Poppity",
    "description": "Stop those irritating popups that interrupt you when you're reading.",
    "version": "2.2",
    "permissions": [],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "stoppity.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "A lightbox was blocked on this page"
    }
}