Putin to Unicorn

Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'

Putin to Unicornとは何ですか?

Putin to Unicornはsumita913によって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Changes the name "Vladimir Putin" to "The Grand Magical Unicorn."                    

拡張機能の基本情報

名前 Putin to Unicorn Putin to Unicorn
ID aifgmfjbhcjjbdbgkojdhemaeidmlnla
公式URL https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla
説明 Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
ファイルサイズ 4.6 KB
インストール数 342
現在のバージョン 1.0
最終更新日 2014-03-28
公開日 2014-03-28
評価 4.78/5 合計 18 レビュー
開発者 sumita913
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putin to Unicorn",
    "version": "1.0",
    "description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}