Custom Reactions for Facebook
Create and share custom reactions on Facebook
Wat is Custom Reactions for Facebook?
Custom Reactions for Facebook is een Chrome-extensie ontwikkeld door T-Rekt, en de belangrijkste functie is "Create and share custom reactions on Facebook".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Reactions for Facebook
Download Custom Reactions for Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jmjojkilgdbcgdemnopinafimpidclcb |
Officiële URL | https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb |
Beschrijving | Create and share custom reactions on Facebook |
Bestandsgrootte | 57.06 KB |
Aantal Installaties | 1,341 |
Huidige Versie | 0.0.15 |
Laatst Bijgewerkt | 2020-12-03 |
Publicatiedatum | 2020-09-16 |
Beoordeling | 4.79/5 Totaal 24 Beoordelingen |
Ontwikkelaar | T-Rekt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://reactions.thao.pw |
Ondersteunde Talen | 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" ] } |