Custom Reactions for Facebook
Create and share custom reactions on Facebook
Qu'est-ce que Custom Reactions for Facebook ?
Custom Reactions for Facebook est une extension Chrome développée par T-Rekt, et sa fonction principale est "Create and share custom reactions on Facebook".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Reactions for Facebook
Téléchargez les fichiers d'extension Custom Reactions for Facebook 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
This extension allow you to import custom reactions for Facebook newsfeed To create and share reactions pack, visit: https://reactions.thao.pw Demo reactions pack: https://reactions.thao.pw/?id=NUTX4NWMW9
Informations de Base sur l'Extension
Nom | |
ID | jmjojkilgdbcgdemnopinafimpidclcb |
URL Officiel | https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb |
Description | Create and share custom reactions on Facebook |
Taille du Fichier | 57.06 KB |
Nombre d'Installations | 1,341 |
Version Actuelle | 0.0.15 |
Dernière Mise à Jour | 2020-12-03 |
Date de Publication | 2020-09-16 |
Évaluation | 4.79/5 Total 24 Évaluations |
Développeur | T-Rekt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://reactions.thao.pw |
Langues Prises en Charge | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.15", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "T-Rekt", "homepage_url": "https:\/\/reactions.thao.pw\/?utm_source=extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_appName__" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "src\/inject\/injectReady.js" ] } ], "web_accessible_resources": [ "src\/inject\/*" ], "externally_connectable": { "matches": [ "*:\/\/reactions.thao.pw\/*" ] }, "permissions": [ "storage", "notifications" ] } |