Custom Reactions for Facebook
Create and share custom reactions on Facebook
什麼是Custom Reactions for Facebook?
Custom Reactions for Facebook是由T-Rekt開發的Chrome擴展程式,該擴展的主要功能是“Create and share custom reactions on Facebook”。
擴展截圖
下載Custom Reactions for Facebook擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |