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"
]
}
]
} | |