Admiral Sucks!
Get rid of Admiral's AdBlock Recovery with the click of a button!
Admiral Sucks!คืออะไร?
Admiral Sucks! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AdReduction Inc. และคุณลักษณะหลักของมันคือ "Get rid of Admiral's AdBlock Recovery with the click of a button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Admiral Sucks!
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |