Admiral Sucks!

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

Qu'est-ce que Admiral Sucks! ?

Admiral Sucks! est une extension Chrome développée par AdReduction Inc., et sa fonction principale est "Get rid of Admiral's AdBlock Recovery with the click of a button!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Admiral Sucks!

Téléchargez les fichiers d'extension Admiral Sucks! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Admiral Sucks! Admiral Sucks!
ID bhkgjcmhgbpmedkghbphnfkjibekjdgp
URL Officiel https://chromewebstore.google.com/detail/admiral-sucks/bhkgjcmhgbpmedkghbphnfkjibekjdgp
Description Get rid of Admiral's AdBlock Recovery with the click of a button!
Taille du Fichier 55.03 KB
Nombre d'Installations 8,109
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-20
Date de Publication 2021-01-19
Évaluation 4.73/5 Total 45 Évaluations
Développeur AdReduction Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jlumbroso/admiral-sucks
Langues Prises en Charge 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": []
}