Bib Bypasser

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

Bib Bypasser क्या है?

Bib Bypasser https://donut.rodeo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypass some annoying popups that beg you to turn your adblocker off!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bib Bypasser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}