Admiral Sucks!

Get rid of Admiral's AdBlock Recovery with the click of a button!

Admiral Sucks! क्या है?

Admiral Sucks! AdReduction Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of Admiral's AdBlock Recovery with the click of a button!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Admiral Sucks! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Admiral Sucks! Admiral Sucks!
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": []
}