Stick Figure Reactions
The next time you react on facebook, Stick Figures reacts with you!
Qu'est-ce que Stick Figure Reactions ?
Stick Figure Reactions est une extension Chrome développée par https://www.reactyourway.com, et sa fonction principale est "The next time you react on facebook, Stick Figures reacts with you!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stick Figure Reactions
Téléchargez les fichiers d'extension Stick Figure 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
Replace Facebook Reactions with Stick Figures! If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com. Note: Reload facebook & chrome to use the reaction.
Informations de Base sur l'Extension
Nom | Stick Figure Reactions |
ID | ckbkfkjkbghbmkmopnidlehepfphgjhi |
URL Officiel | https://chromewebstore.google.com/detail/stick-figure-reactions/ckbkfkjkbghbmkmopnidlehepfphgjhi |
Description | The next time you react on facebook, Stick Figures reacts with you! |
Taille du Fichier | 152 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-03-04 |
Date de Publication | 2016-03-03 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://www.reactyourway.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stick Figure Reactions", "short_name": "Stick Figure Reactions", "version": "0.0.1", "manifest_version": 2, "description": "The next time you react on facebook, Stick Figures reacts with you!", "homepage_url": "https:\/\/reactyourway.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" ] } |