Putilike

Replaces emojis in Facebook Reactions with Vladimir Putin pictures.

Cos'è Putilike?

Putilike è un'estensione di Chrome sviluppata da m—2—h, e la sua funzione principale è "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Putilike

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

                        We at m—2—h really like the new way Mark Zuckerberg propose us to express feelings on Facebook — Facebook Reactions are awesome, but... (there is always that but) we thought that it is completely unfair to limit ourselves to those boring yellow faces. What if you want to express yourself as Vladimir Putin?                    

Informazioni di Base sull'Estensione

Nome Putilike Putilike
ID ljlpnlkfnobipkladkjikfbcgjkknjgb
URL Ufficiale https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb
Descrizione Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Dimensione del File 240 KB
Conteggio Installazioni 15
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-03-09
Data di Pubblicazione 2016-03-09
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore m—2—h
Tipo di Pagamento free
Sito Web dell'Estensione http://m-2-h.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Putilike",
    "short_name": "Putilike",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.",
    "homepage_url": "http:\/\/m-2-h.com",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "content_script\/replace-reactions.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}