Dramatic chipmunk prank
This extension will change every image on the internet into dramatic chipmunk!
Qu'est-ce que Dramatic chipmunk prank ?
Dramatic chipmunk prank est une extension Chrome développée par skeys apps, et sa fonction principale est "This extension will change every image on the internet into dramatic chipmunk!".
Télécharger le fichier CRX de l'extension Dramatic chipmunk prank
Téléchargez les fichiers d'extension Dramatic chipmunk prank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
!!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.
Informations de Base sur l'Extension
Nom | |
ID | bhclknelbdnpmchlbfgnmlpgkbpgeego |
URL Officiel | https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego |
Description | This extension will change every image on the internet into dramatic chipmunk! |
Taille du Fichier | 1.9 MB |
Nombre d'Installations | 298 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-07-03 |
Date de Publication | 2015-07-03 |
Évaluation | 1.89/5 Total 37 Évaluations |
Développeur | skeys apps |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |