Donald Potato

replace Trump's name with 'Potato' on webpages for your amusement and mine.

Donald Potatoとは何ですか?

Donald Potatoはyuekaimによって開発されたChromeの拡張機能で、その主な機能は「replace Trump's name with 'Potato' on webpages for your amusement and mine.」です。

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

screenshot

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

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

拡張機能の使用方法

                        #donaldjpotato                    

拡張機能の基本情報

名前 Donald Potato Donald Potato
ID llhcanmhefaidgbmahifbdhgeppcbdea
公式URL https://chromewebstore.google.com/detail/donald-potato/llhcanmhefaidgbmahifbdhgeppcbdea
説明 replace Trump's name with 'Potato' on webpages for your amusement and mine.
ファイルサイズ 3.54 KB
インストール数 73
現在のバージョン 1.0
最終更新日 2017-01-10
公開日 2017-01-09
評価 5.00/5 合計 1 レビュー
開発者 yuekaim
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Potato",
    "description": "replace Trump's name with 'Potato' on webpages for your amusement and mine.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}