Dramatic chipmunk prank

This extension will change every image on the internet into dramatic chipmunk!

Cos'è Dramatic chipmunk prank?

Dramatic chipmunk prank è un'estensione di Chrome sviluppata da skeys apps, e la sua funzione principale è "This extension will change every image on the internet into dramatic chipmunk!".

Scarica il file CRX dell'estensione Dramatic chipmunk prank

Scarica i file di estensione Dramatic chipmunk prank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        !!IMPORTANT!!
I have gotten many reviews from people complaining that it has ruined chrome and they can't get it off. I am extremely sorry, but to remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it.
--End of important info--

This is the perfect app to annoy and prank your friends! It is similar to the NCage extension, but it uses dramatic chipmunk instead. Also, it will soon change all youtube videos into nyan cat.                    

Informazioni di Base sull'Estensione

Nome Dramatic chipmunk prank Dramatic chipmunk prank
ID bhclknelbdnpmchlbfgnmlpgkbpgeego
URL Ufficiale https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego
Descrizione This extension will change every image on the internet into dramatic chipmunk!
Dimensione del File 1.9 MB
Conteggio Installazioni 298
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 1.89/5 Totale 37 Valutazioni
Sviluppatore skeys apps
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dramatic chipmunk prank",
    "short_name": "Chipmunks4Eva",
    "description": "This extension will change every image on the internet into dramatic chipmunk!",
    "version": "0.0.1",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}