Trump Reactions
What if Facebook reactions were Trumps instead of Emojis?
Qu'est-ce que Trump Reactions ?
Trump Reactions est une extension Chrome développée par https://francoisgrante.com, et sa fonction principale est "What if Facebook reactions were Trumps instead of Emojis?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump Reactions
Téléchargez les fichiers d'extension Trump Reactions 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
Replaces new Facebook reactions by Trump. You're welcome. How to build your own extension modifying Facebook Reactions: https://francoisgrante.com/articles/customize-facebook-reactions/ This Chrome extension was inspired by Hunter Schwartz's tweet: https://twitter.com/hunterschwarz/status/702954959927644160
Informations de Base sur l'Extension
Nom | |
ID | mpmagkkbcjbhpmkofldmmofgpamkkbjh |
URL Officiel | https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh |
Description | What if Facebook reactions were Trumps instead of Emojis? |
Taille du Fichier | 296 KB |
Nombre d'Installations | 109 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-02-28 |
Date de Publication | 2016-02-28 |
Évaluation | 3.41/5 Total 17 Évaluations |
Développeur | https://francoisgrante.com |
Type de Paiement | free |
Site Web de l'Extension | https://francoisgrante.com |
URL de la Page d'Aide | https://twitter.com/FGrante |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump Reactions", "short_name": "Trump Reactions", "version": "0.0.1", "manifest_version": 2, "description": "What if Facebook reactions were Trumps instead of Emojis?", "homepage_url": "https:\/\/francoisgrante.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" ] } |