NBA Reactions
Replaces emojis in Facebook Reactions with NBA player pictures.
NBA Reactionsとは何ですか?
NBA ReactionsはArmin Hadziosmanovicによって開発されたChromeの拡張機能で、その主な機能は「Replaces emojis in Facebook Reactions with NBA player pictures.」です。
拡張機能のスクリーンショット
NBA Reactions拡張機能のCRXファイルをダウンロード
NBA Reactions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Facebook reactions with NBA player faces
Replaces new Facebook reactions with NBA Player faces. You're welcome.
Thanks to the article "How to build your own extension modifying Facebook Reactions":
https://francoisgrante.com/articles/customize-facebook-reactions/
Thanks to "La Giornata Tipo" for the idea.
https://www.facebook.com/LaGiornataTipo/ 拡張機能の基本情報
| 名前 | |
| ID | okabifmpjkicccpjheanimalipepdape |
| 公式URL | https://chromewebstore.google.com/detail/nba-reactions/okabifmpjkicccpjheanimalipepdape |
| 説明 | Replaces emojis in Facebook Reactions with NBA player pictures. |
| ファイルサイズ | 573 KB |
| インストール数 | 37 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2016-02-28 |
| 公開日 | 2016-02-28 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Armin Hadziosmanovic |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NBA Reactions",
"short_name": "NBA Reactions",
"version": "0.0.1",
"manifest_version": 2,
"description": "Replaces emojis in Facebook Reactions with NBA player pictures.",
"homepage_url": "https:\/\/armhadz.com",
"default_locale": "en",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"*:\/\/*.facebook.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"css": [
"content_script\/replace-reactions.css"
]
}
],
"web_accessible_resources": [
"img\/*.png"
]
} | |