Custom Reactions for Facebook
Create and share custom reactions on Facebook
Apa itu Custom Reactions for Facebook?
Custom Reactions for Facebook adalah ekstensi Chrome yang dikembangkan oleh T-Rekt, dan fitur utamanya adalah "Create and share custom reactions on Facebook".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Reactions for Facebook
Unduh file ekstensi Custom Reactions for Facebook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | jmjojkilgdbcgdemnopinafimpidclcb |
URL Resmi | https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb |
Deskripsi | Create and share custom reactions on Facebook |
Ukuran File | 57.06 KB |
Jumlah Instalasi | 1,341 |
Versi Saat Ini | 0.0.15 |
Terakhir Diperbarui | 2020-12-03 |
Tanggal Publikasi | 2020-09-16 |
Penilaian | 4.79/5 Total 24 Penilaian |
Pengembang | T-Rekt |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://reactions.thao.pw |
Bahasa yang Didukung | 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" ] } |