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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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