Dump Trump

Naming Donald Trump for what he actually is.

Dump Trumpとは何ですか?

Dump TrumpはHeather Akers-Healyによって開発されたChromeの拡張機能で、その主な機能は「Naming Donald Trump for what he actually is.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This hand-crafted, artisanal Chrome extension mocks Donald Trump by adding phrases to his name that reflect his character.                    

拡張機能の基本情報

名前 Dump Trump Dump Trump
ID cmigfbbmdkdjellndicbndnihppijaac
公式URL https://chromewebstore.google.com/detail/dump-trump/cmigfbbmdkdjellndicbndnihppijaac
説明 Naming Donald Trump for what he actually is.
ファイルサイズ 48.63 KB
インストール数 16
現在のバージョン 0.1.3
最終更新日 2017-01-22
公開日 2017-01-22
評価 3.67/5 合計 3 レビュー
開発者 Heather Akers-Healy
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dump Trump",
    "version": "0.1.3",
    "description": "Naming Donald Trump for what he actually is.",
    "author": "Heather Akers-Healy",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}