Stoppity Poppity

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

Qu'est-ce que Stoppity Poppity ?

Stoppity Poppity est une extension Chrome développée par yearlyglot, et sa fonction principale est "Stop those irritating popups that interrupt you when you're reading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stoppity Poppity

Téléchargez les fichiers d'extension Stoppity Poppity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Stoppity Poppity Stoppity Poppity
ID abckjldgppcaijlhpdjipckhehlpenbf
URL Officiel https://chromewebstore.google.com/detail/stoppity-poppity/abckjldgppcaijlhpdjipckhehlpenbf
Description Stop those irritating popups that interrupt you when you're reading.
Taille du Fichier 19.84 KB
Nombre d'Installations 327
Version Actuelle 2.2
Dernière Mise à Jour 2021-07-16
Date de Publication 2013-06-25
Évaluation 2.29/5 Total 7 Évaluations
Développeur yearlyglot
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}