AdClean (works on Youtube)

Removes all unwanted ads for a smoother browsing experience.

Τι είναι το AdClean (works on Youtube);

Το AdClean (works on Youtube) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mega-block.com, και η κύρια λειτουργία του είναι "Removes all unwanted ads for a smoother browsing experience.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AdClean (works on Youtube)

Λήψη αρχείων επέκτασης AdClean (works on Youtube) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience.

✓ Block banners
✓ Block annoying video ads
✓ Give yourself faster browsing as resources are blocked from loading
✓ Click on the extension icon to stop blocking ads on the current website                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AdClean (works on Youtube) AdClean (works on Youtube)
ID bjnlfombjeamfelifpimnopcchmmeppk
Επίσημο URL https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk
Περιγραφή Removes all unwanted ads for a smoother browsing experience.
Μέγεθος Αρχείου 1.12 MB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2024-01-19
Ημερομηνία Δημοσίευσης 2023-12-22
Αξιολόγηση 4.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://mega-block.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://mega-block.com/privacy.php
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.4",
    "default_locale": "en",
    "action": [],
    "background": {
        "service_worker": "extension.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ecss.js",
                "cs.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "block\/r1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "block\/r2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "block\/r3.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "block\/r4.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wa\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}