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文件
下载Admiral Sucks!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [] } |