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 |
| 公式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 |
| Eメール | [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"
]
} | |