Stoppity Poppity

Stop those irritating popups that interrupt you when you're reading.

Stoppity Poppityคืออะไร?

Stoppity Poppity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yearlyglot และคุณลักษณะหลักของมันคือ "Stop those irritating popups that interrupt you when you're reading."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stoppity Poppity

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}