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 |
| 官方URL | 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"
}
]
} | |