Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Putinizerとは何ですか?

Putinizerはclimberpeteによって開発されたChromeの拡張機能で、その主な機能は「Replaces images on a webpage with pictures of Vladimir Putin」です。

拡張機能のスクリーンショット

screenshot

Putinizer拡張機能のCRXファイルをダウンロード

Putinizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can never get enough Vladimir Putin in your life.  This extension replaces images on the pages you visit silently with images of Vladimir Putin.  

Press alt-shift and a number 1-9 to set the replacement level.  1 is about 10% replacement and 9 is 90%

Images that are very tall or very wide are typically not replaced.                    

拡張機能の基本情報

名前 Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
公式URL https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
説明 Replaces images on a webpage with pictures of Vladimir Putin
ファイルサイズ 36.73 KB
インストール数 40
現在のバージョン 0.1
最終更新日 2014-08-27
公開日 2014-08-26
評価 2.00/5 合計 4 レビュー
開発者 climberpete
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putinizer",
    "version": "0.1",
    "description": "Replaces images on a webpage with pictures of Vladimir Putin",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}