Custom Reactions for Facebook
Create and share custom reactions on Facebook
Hvad er Custom Reactions for Facebook?
Custom Reactions for Facebook er en Chrome-udvidelse udviklet af T-Rekt, og dens hovedfunktion er "Create and share custom reactions on Facebook".
Udvidelsesskærmbilleder
Download Custom Reactions for Facebook-udvidelses-CRX-fil
Download Custom Reactions for Facebook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | jmjojkilgdbcgdemnopinafimpidclcb |
Officiel URL | https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb |
Beskrivelse | Create and share custom reactions on Facebook |
Filstørrelse | 57.06 KB |
Antal Installationer | 1,341 |
Nuværende Version | 0.0.15 |
Senest Opdateret | 2020-12-03 |
Udgivelsesdato | 2020-09-16 |
Bedømmelse | 4.79/5 Samlet 24 Bedømmelser |
Udvikler | T-Rekt |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://reactions.thao.pw |
Understøttede Sprog | 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" ] } |