Putinizer

Makes Putin in rainbow colors in your news.

Cos'è Putinizer?

Putinizer è un'estensione di Chrome sviluppata da FxSlin, e la sua funzione principale è "Makes Putin in rainbow colors in your news.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Putinizer

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

                        Putinizer lets you take stand against Putin's war on gay rights. Install this extension and see Putin's name in rainbow colors every time you read about him.                    

Informazioni di Base sull'Estensione

Nome Putinizer Putinizer
ID dbjpmbdblojeejnjkimlbbliighfpmje
URL Ufficiale https://chromewebstore.google.com/detail/putinizer/dbjpmbdblojeejnjkimlbbliighfpmje
Descrizione Makes Putin in rainbow colors in your news.
Dimensione del File 6.28 KB
Conteggio Installazioni 48
Versione Corrente 0.2
Ultimo Aggiornamento 2013-10-11
Data di Pubblicazione 2013-10-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore FxSlin
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putinizer",
    "version": "0.2",
    "description": "Makes Putin in rainbow colors in your news.",
    "icons": {
        "128": "putinizer128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "putinizer.user.js"
            ]
        }
    ]
}