Donald to Darth

This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page

Donald to Darthとは何ですか?

Donald to Darthはjessehmcdonaldによって開発されたChromeの拡張機能で、その主な機能は「This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!                    

拡張機能の基本情報

名前 Donald to Darth Donald to Darth
ID epmmoednmfpdmennmmcedihlcecffdde
公式URL https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde
説明 This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
ファイルサイズ 7.88 KB
インストール数 66
現在のバージョン 1.4
最終更新日 2015-12-19
公開日 2015-12-19
評価 4.00/5 合計 4 レビュー
開発者 jessehmcdonald
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald to Darth",
    "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page",
    "version": "1.4",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}