OnlineKhabar AdBlocker

Block stupid ads on onlineKhabar.com news site

Was ist OnlineKhabar AdBlocker?

OnlineKhabar AdBlocker ist eine Chrome-Erweiterung, die von keshav.dulal entwickelt wurde, und ihr Hauptmerkmal ist "Block stupid ads on onlineKhabar.com news site".

Erweiterungsscreenshots

screenshot

OnlineKhabar AdBlocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie OnlineKhabar AdBlocker-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

                        Tired of natively integrated Stupid, Annoying, and OverAnimated GIF Ads on Nepali News Portals and websites while reading important news, don't you worry anymore.

We currently support blockade on following websites.
- Onlinekhabar
- Ekantipur
- Setopati
- HamroPatro

Can't wait to be featured on these news sites someday.                    

Grundlegende Informationen zur Erweiterung

Name OnlineKhabar AdBlocker OnlineKhabar AdBlocker
ID mlphgcnljdljnjchfbpcdcbipdomconf
Offizielle URL https://chromewebstore.google.com/detail/onlinekhabar-adblocker/mlphgcnljdljnjchfbpcdcbipdomconf
Beschreibung Block stupid ads on onlineKhabar.com news site
Dateigröße 3.01 MB
Installationsanzahl 66
Aktuelle Version 0.0.2
Letztes Update 2022-12-01
Veröffentlichungsdatum 2022-03-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler keshav.dulal
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Keshavdulal/onlineKhabar-adblocker
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineKhabar AdBlocker",
    "description": "Block stupid ads on onlineKhabar.com news site",
    "version": "0.0.2",
    "icons": {
        "16": "images\/stop.png",
        "48": "images\/stop.png",
        "128": "images\/stop.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.onlineKhabar.com\/*",
                "https:\/\/english.onlinekhabar.com\/*",
                "https:\/\/ekantipur.com\/*",
                "https:\/\/www.setopati.com\/*",
                "https:\/\/en.setopati.com\/*",
                "https:\/\/www.hamropatro.com\/*",
                "https:\/\/english.hamropatro.com\/*",
                "https:\/\/thehimalayantimes.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}