Lionel Messi Reactions
The next time you react on facebook, Lionel Messi reacts with you!
什麼是Lionel Messi Reactions?
Lionel Messi Reactions是由https://www.reactyourway.com開發的Chrome擴展程式,該擴展的主要功能是“The next time you react on facebook, Lionel Messi reacts with you!”。
擴展截圖
下載Lionel Messi Reactions擴展crx文件
下載Lionel Messi Reactions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace Facebook Reactions with Messi's Reactions!
If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com.
Note: Reload facebook & chrome to use the reaction. 擴展基本資訊
| 名稱 | |
| ID | lfklaoaoaampgnpbcdhbpdeccmjncina |
| 官方網址 | https://chromewebstore.google.com/detail/lionel-messi-reactions/lfklaoaoaampgnpbcdhbpdeccmjncina |
| 簡介 | The next time you react on facebook, Lionel Messi reacts with you! |
| 檔案大小 | 1.83 MB |
| 安裝次數 | 1,018 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2016-03-04 |
| 上架時間 | 2016-03-03 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://www.reactyourway.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lionel Messi Reactions",
"short_name": "Lionel Messi Reactions",
"version": "0.0.1",
"manifest_version": 2,
"description": "The next time you react on facebook, Lionel Messi reacts with you!",
"homepage_url": "https:\/\/reactyourway.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"
]
} | |