Adfly Notification Page Skipper

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

Vad är Adfly Notification Page Skipper?

Adfly Notification Page Skipper är en Chrome-tillägg utvecklad av mohamed khounti, och dess huvudfunktion är "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Tilläggsskärmbilder

screenshot

Ladda ner Adfly Notification Page Skipper-förlängningens CRX-fil

Ladda ner Adfly Notification Page Skipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
Officiell webbadress https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Beskrivning adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Filstorlek 42.04 KB
Antal Installationer 6,202
Aktuell Version 1.0
Senast Uppdaterad 2020-06-16
Publiceringsdatum 2020-06-15
Betyg 4.58/5 Totalt 36 Betyg
Utvecklare mohamed khounti
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}