Dramatic chipmunk prank
This extension will change every image on the internet into dramatic chipmunk!
O que é Dramatic chipmunk prank?
Dramatic chipmunk prank é uma extensão do Chrome desenvolvida por skeys apps, e sua principal característica é "This extension will change every image on the internet into dramatic chipmunk!".
Baixar o arquivo CRX da Extensão Dramatic chipmunk prank
Baixe arquivos de extensão Dramatic chipmunk prank 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
!!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.
Informações Básicas da Extensão
Nome | |
ID | bhclknelbdnpmchlbfgnmlpgkbpgeego |
URL Oficial | https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego |
Descrição | This extension will change every image on the internet into dramatic chipmunk! |
Tamanho do Arquivo | 1.9 MB |
Contagem de Instalações | 298 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-07-03 |
Data de Publicação | 2015-07-03 |
Classificação | 1.89/5 Total de 37 Avaliações |
Desenvolvedor | skeys apps |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |