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