Bib Bypasser

Bypass some annoying popups that beg you to turn your adblocker off!

Bib Bypasserคืออะไร?

Bib Bypasser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://donut.rodeo และคุณลักษณะหลักของมันคือ "Bypass some annoying popups that beg you to turn your adblocker off!"

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

screenshot

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

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

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

                        Ad Blockers are extremely common things.  Unfortunately, sites like EasyBib, CitationMachine, and CiteThisForMe all detect the fact that you're using an adblocker.  In our experience, they give off false-positives more often than not.  While we do support sites who generate revenue from advertisements, it's safe to say that many sites have too many ads.

With Bib Bypasser, you won't have to deal with their popups.  This extension blocks requests to the website they host their anti-ad-blocker scripts on.  So, when you load any of their websites, you won't see their annoying popup anymore.  At the time of release, you also won't see Grammarly ads, either!

Update 1.3: Added support for popular news websites

Update 1.2: Works to defeat a very popular ad blocker detector on many websites

Update 1.1: Works on ESPN Tournament Challenge                    

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

ชื่อ Bib Bypasser Bib Bypasser
ID cnckgkigmhklfcknfmcmjhocdmihafaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bib-bypasser/cnckgkigmhklfcknfmcmjhocdmihafaj
คำอธิบาย Bypass some annoying popups that beg you to turn your adblocker off!
ขนาดไฟล์ 29.55 KB
จำนวนการติดตั้ง 2,552
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2019-01-06
คะแนน 4.27/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://donut.rodeo
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://docs.google.com/document/d/e/2PACX-1vStxIedlfRO3ypPpBtr4yE6IDLfL0kMfFxKHDRJcecL7Pox9nMRpt777mOE9W_JSOo1VkznmtVJ7rpf/pub
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vStxIedlfRO3ypPpBtr4yE6IDLfL0kMfFxKHDRJcecL7Pox9nMRpt777mOE9W_JSOo1VkznmtVJ7rpf/pub
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bib Bypasser",
    "author": "Donut.Rodeo",
    "homepage_url": "https:\/\/donut.rodeo",
    "version": "1.3",
    "description": "Bypass some annoying popups that beg you to turn your adblocker off!",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "network.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Bib Bypasser",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}