Bib Bypasser

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

Bib Bypasser란 무엇입니까?

Bib Bypasser은(는) https://donut.rodeo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bypass some annoying popups that beg you to turn your adblocker off!"입니다.

확장 프로그램 스크린샷

screenshot

Bib Bypasser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}