Admiral Sucks!
Get rid of Admiral's AdBlock Recovery with the click of a button!
Admiral Sucks!란 무엇입니까?
Admiral Sucks!은(는) AdReduction Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get rid of Admiral's AdBlock Recovery with the click of a button!"입니다.
확장 프로그램 스크린샷
Admiral Sucks! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension provides a simple, one-click way of bypassing overlays asking users to deactivate their ad blocker prior to accessing content. This technology is provided by several companies, including Admiral. As bypassing this type of technology is a game of cat-and-mouse, the code of the extension will be updated as often as possible to remain effective. As of January 2021, it is effective against all known implementations of Admiral's AdBlock Recovery. If you have any issue, please report non-functioning websites. The better alternative to Admiral, for publishers, is Scroll. Scroll is a tool that allows readers to pay websites in micro transactions instead of viewing ads. It provides two clear choices: 1) Read for free and see ads, or 2) Provide a few cents to read without ads. This is much better than forcing everybody to have to put up with ads.
확장 프로그램 기본 정보
이름 | |
ID | bhkgjcmhgbpmedkghbphnfkjibekjdgp |
공식 URL | https://chromewebstore.google.com/detail/admiral-sucks/bhkgjcmhgbpmedkghbphnfkjibekjdgp |
설명 | Get rid of Admiral's AdBlock Recovery with the click of a button! |
파일 크기 | 55.03 KB |
설치 횟수 | 8,109 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-01-20 |
출시 날짜 | 2021-01-19 |
평점 | 4.73/5 총 45 개의 평점 |
개발자 | AdReduction Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jlumbroso/admiral-sucks |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Admiral Sucks!", "author": "J\u00e9r\u00e9mie Lumbroso", "version": "1.1", "description": "Get rid of Admiral's AdBlock Recovery with the click of a button!", "homepage_url": "https:\/\/github.com\/jlumbroso\/admiral-sucks", "offline_enabled": true, "icons": { "16": "favicon\/favicon-16x16.png", "32": "favicon\/favicon-32x32.png", "48": "favicon\/favicon-48x48.png", "128": "favicon\/chrome-128x128.png", "180": "favicon\/apple-touch-icon.png" }, "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [] } |