Dramatic chipmunk prank

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

Co je Dramatic chipmunk prank?

Dramatic chipmunk prank je rozšíření Chrome vyvinuté skeys apps, a jeho hlavní funkcí je „This extension will change every image on the internet into dramatic chipmunk!“.

Stáhnout soubor CRX rozšíření Dramatic chipmunk prank

Stáhněte si soubory rozšíření Dramatic chipmunk prank ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        !!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.                    

Základní Informace o Rozšíření

Název Dramatic chipmunk prank Dramatic chipmunk prank
ID bhclknelbdnpmchlbfgnmlpgkbpgeego
Oficiální URL https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego
Popis This extension will change every image on the internet into dramatic chipmunk!
Velikost souboru 1.9 MB
Počet instalací 298
Aktuální Verze 0.0.1
Poslední Aktualizace 2015-07-03
Datum Vydání 2015-07-03
Hodnocení 1.89/5 Celkem 37 Hodnocení
Vývojář skeys apps
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}