AdBlock 360

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

Was ist AdBlock 360?

AdBlock 360 ist eine Chrome-Erweiterung, die von Adblock 360 entwickelt wurde, und ihr Hauptmerkmal ist "Blocks popups, ads, trackers from our block list and auto skip youtube ads".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AdBlock 360-Erweiterungs-CRX-Datei herunterladen

Laden Sie AdBlock 360-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AdBlock 360 AdBlock 360
ID ghfkgecdjkmgjkhbdpjdhimeleinmmkl
Offizielle URL https://chrome.google.com/webstore/detail/adblock-360/ghfkgecdjkmgjkhbdpjdhimeleinmmkl
Beschreibung Blocks popups, ads, trackers from our block list and auto skip youtube ads
Dateigröße 142 KB
Installationsanzahl 600,000
Aktuelle Version 1.0.0.0
Letztes Update 2021-09-21
Veröffentlichungsdatum 2021-09-21
Bewertung 1.85/5 Insgesamt 20 Bewertungen
Entwickler Adblock 360
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://adblock-360.com/privacy.htm
URL der Datenschutzrichtlinien-Seite https://adblock-360.com/privacy.htm
Unterstützte Sprachen 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
}