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. |
Eメール | [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": [] } |