Victorize
Victorize your annoying Facebook emotions!
什麼是Victorize?
Victorize是由Bajzáth Árpád開發的Chrome擴展程式,該擴展的主要功能是“Victorize your annoying Facebook emotions!”。
擴展截圖
下載Victorize擴展crx文件
下載Victorize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Meg meg sem jelentek, de unod a Facebook emociokat? A kiegeszito segitsegevel a mi nagy vezerunk mimikajaval fejezheted ki magad!
Emotions are defined by Robert Vass (thx :)) 擴展基本資訊
| 名稱 | |
| ID | kdpfmmdlnlhgaanmbhhfklnocjkagndh |
| 官方網址 | https://chromewebstore.google.com/detail/victorize/kdpfmmdlnlhgaanmbhhfklnocjkagndh |
| 簡介 | Victorize your annoying Facebook emotions! |
| 檔案大小 | 13.58 KB |
| 安裝次數 | 20 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2016-02-29 |
| 上架時間 | 2016-02-29 |
| 評分 | 5.00/5 共 7 次評分 |
| 開發者 | Bajzáth Árpád |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | hu |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Victorize",
"version": "0.0.1",
"manifest_version": 2,
"description": "Victorize your annoying Facebook emotions!",
"homepage_url": "http:\/\/bajzath.hu",
"author": "Arpad Bajzath",
"icons": {
"16": "icons\/app-icon.png",
"48": "icons\/app-icon.png",
"128": "icons\/app-icon.png"
},
"permissions": [
"activeTab",
"*:\/\/*.facebook.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/facebook.com\/*",
"https:\/\/facebook.com\/*",
"https:\/\/*.facebook.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_start"
}
]
} | |