OnlineKhabar AdBlocker

Block stupid ads on onlineKhabar.com news site

What is OnlineKhabar AdBlocker?

OnlineKhabar AdBlocker is a Chrome extension developed by keshav.dulal, and its main feature is "Block stupid ads on onlineKhabar.com news site".

Extension Screenshots

screenshot

Download OnlineKhabar AdBlocker Extension CRX File

Download OnlineKhabar AdBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OnlineKhabar AdBlocker OnlineKhabar AdBlocker
ID mlphgcnljdljnjchfbpcdcbipdomconf
Official URL https://chromewebstore.google.com/detail/onlinekhabar-adblocker/mlphgcnljdljnjchfbpcdcbipdomconf
Description Block stupid ads on onlineKhabar.com news site
File Size 3.01 MB
Installation Count 66
Current Version 0.0.2
Last Updated 2022-12-01
Publish Date 2022-03-06
Rating 5.00/5 Total 3 Ratings
Developer keshav.dulal
Email [email protected]
Payment Type free
Help Page URL https://github.com/Keshavdulal/onlineKhabar-adblocker
Supported Languages 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"
            ]
        }
    ]
}