Putilike

Replaces emojis in Facebook Reactions with Vladimir Putin pictures.

Was ist Putilike?

Putilike ist eine Chrome-Erweiterung, die von m—2—h entwickelt wurde, und ihr Hauptmerkmal ist "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".

Erweiterungsscreenshots

screenshot

Putilike-Erweiterungs-CRX-Datei herunterladen

Laden Sie Putilike-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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?                    

Grundlegende Informationen zur Erweiterung

Name Putilike Putilike
ID ljlpnlkfnobipkladkjikfbcgjkknjgb
Offizielle URL https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb
Beschreibung Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Dateigröße 240 KB
Installationsanzahl 15
Aktuelle Version 0.0.1
Letztes Update 2016-03-09
Veröffentlichungsdatum 2016-03-09
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler m—2—h
Zahlungsart free
Erweiterungswebsite http://m-2-h.com
Unterstützte Sprachen 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"
    ]
}