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

O que é Donald Trump to the Music of 'Jaws'?

Donald Trump to the Music of 'Jaws' é uma extensão do Chrome desenvolvida por making_mischief, e sua principal característica é "This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Donald Trump to the Music of 'Jaws'

Baixe arquivos de extensão Donald Trump to the Music of 'Jaws' no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Donald Trump to the Music of 'Jaws' Donald Trump to the Music of 'Jaws'
ID ikdelmfnapjbpdemflmboliafohlcplo
URL Oficial https://chromewebstore.google.com/detail/donald-trump-to-the-music/ikdelmfnapjbpdemflmboliafohlcplo
Descrição This extension will play the theme music to Jaws each time you are reading an article written about the big shark Donald Trump
Tamanho do Arquivo 549 KB
Contagem de Instalações 61
Versão Atual 1.0
Última Atualização 2016-03-14
Data de Publicação 2016-03-14
Classificação 3.13/5 Total de 8 Avaliações
Desenvolvedor making_mischief
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}