Warhammer 40K Ads

Replacing ads with Warhammer 40K. Get fun!

Cos'è Warhammer 40K Ads?

Warhammer 40K Ads è un'estensione di Chrome sviluppata da yodabbaz, e la sua funzione principale è "Replacing ads with Warhammer 40K. Get fun!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Warhammer 40K Ads

Scarica i file di estensione Warhammer 40K Ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Stop having boring advertisements! Get Warhammer in real life.                    

Informazioni di Base sull'Estensione

Nome Warhammer 40K Ads Warhammer 40K Ads
ID dcgedjggcibkidhhkblmmckhkepnjpdd
URL Ufficiale https://chrome.google.com/webstore/detail/warhammer-40k-ads/dcgedjggcibkidhhkblmmckhkepnjpdd
Descrizione Replacing ads with Warhammer 40K. Get fun!
Dimensione del File 7.18 KB
Conteggio Installazioni 438
Versione Corrente 1.1
Ultimo Aggiornamento 2022-07-05
Data di Pubblicazione 2022-06-22
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore yodabbaz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Warhammer 40K Ads",
    "description": "Replacing ads with Warhammer 40K. Get fun!",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "wh.js"
            ]
        }
    ]
}