Trump to Angry Mango
It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
Trump to Angry Mangoとは何ですか?
Trump to Angry Mangoはangrymangoによって開発されたChromeの拡張機能で、その主な機能は「It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.」です。
拡張機能のスクリーンショット
Trump to Angry Mango拡張機能のCRXファイルをダウンロード
Trump to Angry Mango拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Converts every occurrence of Trump to Angry Mango.                     拡張機能の基本情報
| 名前 |   |  
| ID | mkkfepolbfhfcmdddmegcogkokcgcakg | 
| 公式URL | https://chromewebstore.google.com/detail/trump-to-angry-mango/mkkfepolbfhfcmdddmegcogkokcgcakg | 
| 説明 | It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome. | 
| ファイルサイズ | 1.16 MB | 
| インストール数 | 11 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2016-11-12 | 
| 公開日 | 2016-11-12 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | angrymango | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Angry Mango",
    "description": "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "mango_128.png"
    }
}  |  |