OnlineKhabar AdBlocker

Block stupid ads on onlineKhabar.com news site

OnlineKhabar AdBlockerคืออะไร?

OnlineKhabar AdBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keshav.dulal และคุณลักษณะหลักของมันคือ "Block stupid ads on onlineKhabar.com news site"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OnlineKhabar AdBlocker

ดาวน์โหลดไฟล์ส่วนขยาย OnlineKhabar AdBlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OnlineKhabar AdBlocker OnlineKhabar AdBlocker
ID mlphgcnljdljnjchfbpcdcbipdomconf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onlinekhabar-adblocker/mlphgcnljdljnjchfbpcdcbipdomconf
คำอธิบาย Block stupid ads on onlineKhabar.com news site
ขนาดไฟล์ 3.01 MB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-12-01
วันที่เผยแพร่ 2022-03-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา keshav.dulal
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/Keshavdulal/onlineKhabar-adblocker
ภาษาที่รองรับ 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"
            ]
        }
    ]
}