Bib Bypasser

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

Cos'è Bib Bypasser?

Bib Bypasser è un'estensione di Chrome sviluppata da https://donut.rodeo, e la sua funzione principale è "Bypass some annoying popups that beg you to turn your adblocker off!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bib Bypasser

Scarica i file di estensione Bib Bypasser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bib Bypasser Bib Bypasser
ID cnckgkigmhklfcknfmcmjhocdmihafaj
URL Ufficiale https://chromewebstore.google.com/detail/bib-bypasser/cnckgkigmhklfcknfmcmjhocdmihafaj
Descrizione Bypass some annoying popups that beg you to turn your adblocker off!
Dimensione del File 29.55 KB
Conteggio Installazioni 2,552
Versione Corrente 1.3
Ultimo Aggiornamento 2023-10-11
Data di Pubblicazione 2019-01-06
Valutazione 4.27/5 Totale 15 Valutazioni
Sviluppatore https://donut.rodeo
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://docs.google.com/document/d/e/2PACX-1vStxIedlfRO3ypPpBtr4yE6IDLfL0kMfFxKHDRJcecL7Pox9nMRpt777mOE9W_JSOo1VkznmtVJ7rpf/pub
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vStxIedlfRO3ypPpBtr4yE6IDLfL0kMfFxKHDRJcecL7Pox9nMRpt777mOE9W_JSOo1VkznmtVJ7rpf/pub
Lingue Supportate 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
}