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

What is Donald Trump to the Music of 'Jaws'?

Donald Trump to the Music of 'Jaws' is a Chrome extension developed by making_mischief, and its main feature is "This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump".

Extension Screenshots

screenshot

Download Donald Trump to the Music of 'Jaws' Extension CRX File

Download Donald Trump to the Music of 'Jaws' extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Donald Trump to the Music of 'Jaws' Donald Trump to the Music of 'Jaws'
ID ikdelmfnapjbpdemflmboliafohlcplo
Official URL https://chromewebstore.google.com/detail/donald-trump-to-the-music/ikdelmfnapjbpdemflmboliafohlcplo
Description This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump
File Size 549 KB
Installation Count 61
Current Version 1.0
Last Updated 2016-03-14
Publish Date 2016-03-14
Rating 3.13/5 Total 8 Ratings
Developer making_mischief
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}