Stoppity Poppity
Stop those irritating popups that interrupt you when you're reading.
Stoppity Poppity क्या है?
Stoppity Poppity yearlyglot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop those irritating popups that interrupt you when you're reading."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stoppity Poppity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Stoppity Poppity |
ID | abckjldgppcaijlhpdjipckhehlpenbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/stoppity-poppity/abckjldgppcaijlhpdjipckhehlpenbf |
विवरण | Stop those irritating popups that interrupt you when you're reading. |
फ़ाइल का आकार | 19.84 KB |
स्थापना संख्या | 327 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2021-07-16 |
प्रकाशन तिथि | 2013-06-25 |
रेटिंग | 2.29/5 कुल 7 रेटिंग्स |
डेवलपर | yearlyglot |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |