Putilike

Replaces emojis in Facebook Reactions with Vladimir Putin pictures.

Wat is Putilike?

Putilike is een Chrome-extensie ontwikkeld door m—2—h, en de belangrijkste functie is "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Putilike

Download Putilike-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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?                    

Basisinformatie over de Extensie

Naam Putilike Putilike
ID ljlpnlkfnobipkladkjikfbcgjkknjgb
Officiële URL https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb
Beschrijving Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Bestandsgrootte 240 KB
Aantal Installaties 15
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-03-09
Publicatiedatum 2016-03-09
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar m—2—h
Betalingswijze free
Extensiewebsite http://m-2-h.com
Ondersteunde Talen 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"
    ]
}