Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

Drumpfinator++とは何ですか?

Drumpfinator++はMcRainによって開発されたChromeの拡張機能で、その主な機能は「Add this app to your Chrome browser to make reading new articles great again.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

拡張機能の基本情報

名前 Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
公式URL https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
説明 Add this app to your Chrome browser to make reading new articles great again.
ファイルサイズ 150 KB
インストール数 73
現在のバージョン 1.0
最終更新日 2016-03-13
公開日 2016-03-13
評価 5.00/5 合計 1 レビュー
開発者 McRain
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}