Trump Toad Extension
It's the Trump Toad Extension!
Trump Toad Extensionとは何ですか?
Trump Toad ExtensionはThe Daily Showによって開発されたChromeの拡張機能で、その主な機能は「It's the Trump Toad Extension!」です。
拡張機能のスクリーンショット
Trump Toad Extension拡張機能のCRXファイルをダウンロード
Trump Toad Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! 
- The Daily Show with Trevor Noah                     拡張機能の基本情報
| 名前 |   |  
| ID | noldliimakaajhekghbemjmknpmjnlam | 
| 公式URL | https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam | 
| 説明 | It's the Trump Toad Extension! | 
| ファイルサイズ | 63.67 KB | 
| インストール数 | 448 | 
| 現在のバージョン | 1.0.6 | 
| 最終更新日 | 2018-09-20 | 
| 公開日 | 2018-09-20 | 
| 評価 | 4.95/5 合計 20 レビュー | 
| 開発者 | The Daily Show | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Toad Extension",
    "version": "1.0.6",
    "description": "It's the Trump Toad Extension!",
    "author": "The Daily Show",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}  |  |