AdBlock 360

Blocks popups, ads, trackers from our block list and auto skip youtube ads

Qu'est-ce que AdBlock 360 ?

AdBlock 360 est une extension Chrome développée par Adblock 360, et sa fonction principale est "Blocks popups, ads, trackers from our block list and auto skip youtube ads".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AdBlock 360

Téléchargez les fichiers d'extension AdBlock 360 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Extension features :
📺 Auto skip Youtube video ads
🔥 Eliminate annoying popups
🧹 Hide or remove bad ads
🤖 Block most social and privacy trackers
🥷 Not detected by anti-adblock scripts.

We do not block all ads, we keep some search engine and display ads which are relevant.

If you find that we should block an annoying and repetitive ad, please report and we will add it.

Our privacy policy is available here :
https://adblock-360.com/privacy.htm
Its a long read, so we will make it easy :
- We do not log any personal information with this extension.
- The only thing we log is how many ads we help you block and its anonymous.                    

Informations de Base sur l'Extension

Nom AdBlock 360 AdBlock 360
ID ghfkgecdjkmgjkhbdpjdhimeleinmmkl
URL Officiel https://chrome.google.com/webstore/detail/adblock-360/ghfkgecdjkmgjkhbdpjdhimeleinmmkl
Description Blocks popups, ads, trackers from our block list and auto skip youtube ads
Taille du Fichier 142 KB
Nombre d'Installations 600,000
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2021-09-21
Date de Publication 2021-09-21
Évaluation 1.85/5 Total 20 Évaluations
Développeur Adblock 360
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://adblock-360.com/privacy.htm
URL de la Page de Politique de Confidentialité https://adblock-360.com/privacy.htm
Langues Prises en Charge de,en,fr,nl,es,it,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "banlist.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.6.0.slim.min.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}