Drumpfinator+

Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!

Cos'è Drumpfinator+?

Drumpfinator+ è un'estensione di Chrome sviluppata da mark.monteiro.dev, e la sua funzione principale è "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Drumpfinator+

Scarica i file di estensione Drumpfinator+ 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

                        Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name.

Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey

Source code can be found here: https://github.com/mark-monteiro/drumpfinator                    

Informazioni di Base sull'Estensione

Nome Drumpfinator+ Drumpfinator+
ID bjimekmhhbmpblaifnbeingfpbipbppg
URL Ufficiale https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg
Descrizione Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
Dimensione del File 31.07 KB
Conteggio Installazioni 218
Versione Corrente 1.1.8
Ultimo Aggiornamento 2018-03-11
Data di Pubblicazione 2018-03-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore mark.monteiro.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mark-monteiro/drumpfinator
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drumpfinator+",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!",
    "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}