Harry Potter Reactions
The next time you react on facebook, Harry Potter reacts with you!
Qu'est-ce que Harry Potter Reactions ?
Harry Potter 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, Harry Potter reacts with you!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Harry Potter Reactions
Téléchargez les fichiers d'extension Harry Potter 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 Harry Potter's Reactions! 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 | Harry Potter Reactions |
ID | fachjghnlggpjppbjhcofangdkmmopli |
URL Officiel | https://chromewebstore.google.com/detail/harry-potter-reactions/fachjghnlggpjppbjhcofangdkmmopli |
Description | The next time you react on facebook, Harry Potter reacts with you! |
Taille du Fichier | 386 KB |
Nombre d'Installations | 308 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-03-04 |
Date de Publication | 2016-03-03 |
Évaluation | 4.00/5 Total 6 É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": "Harry Potter Reactions", "short_name": "Harry Potter Reactions", "version": "0.0.1", "manifest_version": 2, "description": "The next time you react on facebook, Harry Potter 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" ] } |