Custom Reactions for Facebook
Create and share custom reactions on Facebook
Vad är Custom Reactions for Facebook?
Custom Reactions for Facebook är en Chrome-tillägg utvecklad av T-Rekt, och dess huvudfunktion är "Create and share custom reactions on Facebook".
Tilläggsskärmbilder
Ladda ner Custom Reactions for Facebook-förlängningens CRX-fil
Ladda ner Custom Reactions for Facebook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | jmjojkilgdbcgdemnopinafimpidclcb |
Officiell webbadress | https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb |
Beskrivning | Create and share custom reactions on Facebook |
Filstorlek | 57.06 KB |
Antal Installationer | 1,341 |
Aktuell Version | 0.0.15 |
Senast Uppdaterad | 2020-12-03 |
Publiceringsdatum | 2020-09-16 |
Betyg | 4.79/5 Totalt 24 Betyg |
Utvecklare | T-Rekt |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://reactions.thao.pw |
Stödda Språk | 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" ] } |