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.”。

扩展截图

screenshot

下载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 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"
    }
}