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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}