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是由mohamed khounti开发的Chrome扩展程序,该扩展的主要功能是“adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser”。

扩展截图

screenshot

下载Adfly Notification Page Skipper扩展crx文件

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