Stoppity Poppity
Stop those irritating popups that interrupt you when you're reading.
Stoppity Poppityとは何ですか?
Stoppity Poppityはyearlyglotによって開発されたChromeの拡張機能で、その主な機能は「Stop those irritating popups that interrupt you when you're reading.」です。
拡張機能のスクリーンショット
Stoppity Poppity拡張機能のCRXファイルをダウンロード
Stoppity Poppity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |