Stoppity Poppity
Stop those irritating popups that interrupt you when you're reading.
Wat is Stoppity Poppity?
Stoppity Poppity is een Chrome-extensie ontwikkeld door yearlyglot, en de belangrijkste functie is "Stop those irritating popups that interrupt you when you're reading.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stoppity Poppity
Download Stoppity Poppity-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
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
Basisinformatie over de Extensie
Naam | Stoppity Poppity |
ID | abckjldgppcaijlhpdjipckhehlpenbf |
Officiële URL | https://chromewebstore.google.com/detail/stoppity-poppity/abckjldgppcaijlhpdjipckhehlpenbf |
Beschrijving | Stop those irritating popups that interrupt you when you're reading. |
Bestandsgrootte | 19.84 KB |
Aantal Installaties | 327 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2021-07-16 |
Publicatiedatum | 2013-06-25 |
Beoordeling | 2.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | yearlyglot |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |