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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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