Reaction Remover
A quick and easy tool to remove reactions from Facebook.
Reaction Removerとは何ですか?
Reaction Removerはrandolphribackによって開発されたChromeの拡張機能で、その主な機能は「A quick and easy tool to remove reactions from Facebook.」です。
拡張機能のスクリーンショット
Reaction Remover拡張機能のCRXファイルをダウンロード
Reaction Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try. 拡張機能の基本情報
| 名前 | |
| ID | dfiapeofdbbemafjadbomikmdlgkihjn |
| 公式URL | https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn |
| 説明 | A quick and easy tool to remove reactions from Facebook. |
| ファイルサイズ | 21.25 KB |
| インストール数 | 18 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2021-08-25 |
| 公開日 | 2021-08-25 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | randolphriback |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://wpvip.com/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reaction Remover",
"description": "A quick and easy tool to remove reactions from Facebook.",
"version": "1.2",
"icons": {
"128": "png128.png"
},
"background": {
"persistent": true,
"page": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"js\/inject.js",
"js\/normalize.js"
],
"all_frames": false
}
],
"browser_action": {
"default_icon": "pngegg.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"http:\/\/www.facebook.com\/*",
"https:\/\/www.facebook.com\/*",
"http:\/\/web.facebook.com\/*",
"https:\/\/web.facebook.com\/*"
]
} | |