Bib Bypasser

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

Qu'est-ce que Bib Bypasser ?

Bib Bypasser est une extension Chrome développée par https://donut.rodeo, et sa fonction principale est "Bypass some annoying popups that beg you to turn your adblocker off!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bib Bypasser

Téléchargez les fichiers d'extension Bib Bypasser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bib Bypasser Bib Bypasser
ID cnckgkigmhklfcknfmcmjhocdmihafaj
URL Officiel https://chromewebstore.google.com/detail/bib-bypasser/cnckgkigmhklfcknfmcmjhocdmihafaj
Description Bypass some annoying popups that beg you to turn your adblocker off!
Taille du Fichier 29.55 KB
Nombre d'Installations 2,552
Version Actuelle 1.3
Dernière Mise à Jour 2023-10-11
Date de Publication 2019-01-06
Évaluation 4.27/5 Total 15 Évaluations
Développeur https://donut.rodeo
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://docs.google.com/document/d/e/2PACX-1vStxIedlfRO3ypPpBtr4yE6IDLfL0kMfFxKHDRJcecL7Pox9nMRpt777mOE9W_JSOo1VkznmtVJ7rpf/pub
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vStxIedlfRO3ypPpBtr4yE6IDLfL0kMfFxKHDRJcecL7Pox9nMRpt777mOE9W_JSOo1VkznmtVJ7rpf/pub
Langues Prises en Charge 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
}