Custom Reactions for Facebook
Create and share custom reactions on Facebook
Custom Reactions for Facebookคืออะไร?
Custom Reactions for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย T-Rekt และคุณลักษณะหลักของมันคือ "Create and share custom reactions on Facebook"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Reactions for Facebook
ดาวน์โหลดไฟล์ส่วนขยาย Custom Reactions for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmjojkilgdbcgdemnopinafimpidclcb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb |
คำอธิบาย | Create and share custom reactions on Facebook |
ขนาดไฟล์ | 57.06 KB |
จำนวนการติดตั้ง | 1,341 |
เวอร์ชันปัจจุบัน | 0.0.15 |
อัปเดตครั้งล่าสุด | 2020-12-03 |
วันที่เผยแพร่ | 2020-09-16 |
คะแนน | 4.79/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | T-Rekt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://reactions.thao.pw |
ภาษาที่รองรับ | 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" ] } |