Putilike

Replaces emojis in Facebook Reactions with Vladimir Putin pictures.

Qu'est-ce que Putilike ?

Putilike est une extension Chrome développée par m—2—h, et sa fonction principale est "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Putilike

Téléchargez les fichiers d'extension Putilike au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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?                    

Informations de Base sur l'Extension

Nom Putilike Putilike
ID ljlpnlkfnobipkladkjikfbcgjkknjgb
URL Officiel https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb
Description Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Taille du Fichier 240 KB
Nombre d'Installations 15
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-03-09
Date de Publication 2016-03-09
Évaluation 4.33/5 Total 3 Évaluations
Développeur m—2—h
Type de Paiement free
Site Web de l'Extension http://m-2-h.com
Langues Prises en Charge 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"
    ]
}