Donald Trump to the Music of 'Jaws'

This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump

Donald Trump to the Music of 'Jaws'とは何ですか?

Donald Trump to the Music of 'Jaws'はmaking_mischiefによって開発されたChromeの拡張機能で、その主な機能は「This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump」です。

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

screenshot

Donald Trump to the Music of 'Jaws'拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        In the movie "Jaws", the town of Amity Island was terrorized by a bloodthirsty creature whose appetite was never satisfied by its victims.

In present day America, that shark is Donald Trump. He roams the country from city to city, inciting violence at his rallies and terrifying people to the point where they don't feel safe anywhere.

Each time you read an article about Donald Trump, the theme music from "Jaws" will play as a reminder to who and what he really is, and what he's capable of.                    

拡張機能の基本情報

名前 Donald Trump to the Music of 'Jaws' Donald Trump to the Music of 'Jaws'
ID ikdelmfnapjbpdemflmboliafohlcplo
公式URL https://chromewebstore.google.com/detail/donald-trump-to-the-music/ikdelmfnapjbpdemflmboliafohlcplo
説明 This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump
ファイルサイズ 549 KB
インストール数 61
現在のバージョン 1.0
最終更新日 2016-03-14
公開日 2016-03-14
評価 3.13/5 合計 8 レビュー
開発者 making_mischief
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Donald Trump to the Music of 'Jaws'",
    "description": "This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}