Donald Hamburgler

Replace Trump with Hamburgler to make the news easier to read

Donald Hamburglerとは何ですか?

Donald Hamburglerはdceuによって開発されたChromeの拡張機能で、その主な機能は「Replace Trump with Hamburgler to make the news easier to read」です。

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

screenshot

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

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

拡張機能の使用方法

                        Making the news easier to read. Science.

https://github.com/rxall/donald-hamburgler                    

拡張機能の基本情報

名前 Donald Hamburgler Donald Hamburgler
ID eeokommaohmmdicndonhmkaagpcjjihl
公式URL https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl
説明 Replace Trump with Hamburgler to make the news easier to read
ファイルサイズ 42.51 KB
インストール数 10
現在のバージョン 0.6
最終更新日 2015-12-21
公開日 2015-12-21
評価 5.00/5 合計 2 レビュー
開発者 dceu
支払い方法 free
拡張機能のウェブサイト https://www.danclifford.eu
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Hamburgler",
    "description": "Replace Trump with Hamburgler to make the news easier to read",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}