Adfly Notification Page Skipper

adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser

ما هو Adfly Notification Page Skipper؟

Adfly Notification Page Skipper هو إضافة Chrome تم تطويرها بواسطة mohamed khounti، والميزة الرئيسية لها هي "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Adfly Notification Page Skipper

قم بتنزيل ملفات الامتداد Adfly Notification Page Skipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        adfly forcing you to allow notifications, get the download link without  allowing Notifications,you don't have to get those  ads and popups while you are browsing the web or watching your favorite movie.                    

معلومات أساسية عن التمديد

الاسم Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
الوصف adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
حجم الملف 42.04 KB
عدد التثبيتات 6,202
النسخة الحالية 1.0
آخر تحديث 2020-06-16
تاريخ النشر 2020-06-15
تقييم 4.58/5 مجموع تقييمات 36
المطور mohamed khounti
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adfly Notification Page Skipper",
    "short_name": "Adfly notification skipper",
    "description": "adfly forcing you to allow notifications  with One Click : Get Download Link Without  Allowing Notifactions On Your Browser",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "skip"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}