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
Eメール [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"
    ]
}