Putinizer
Makes Putin in rainbow colors in your news.
什么是Putinizer?
Putinizer是由FxSlin开发的Chrome扩展程序,该扩展的主要功能是“Makes Putin in rainbow colors in your news.”。
扩展截图
下载Putinizer扩展crx文件
下载Putinizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Putinizer lets you take stand against Putin's war on gay rights. Install this extension and see Putin's name in rainbow colors every time you read about him. 扩展基本信息
| 名称 | |
| ID | dbjpmbdblojeejnjkimlbbliighfpmje |
| 官方URL | https://chromewebstore.google.com/detail/putinizer/dbjpmbdblojeejnjkimlbbliighfpmje |
| 简介 | Makes Putin in rainbow colors in your news. |
| 文件大小 | 6.28 KB |
| 安装次数 | 48 |
| 当前版本 | 0.2 |
| 更新时间 | 2013-10-11 |
| 上架时间 | 2013-10-11 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | FxSlin |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Putinizer",
"version": "0.2",
"description": "Makes Putin in rainbow colors in your news.",
"icons": {
"128": "putinizer128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"putinizer.user.js"
]
}
]
} | |