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