Dramatic chipmunk prank
This extension will change every image on the internet into dramatic chipmunk!
Τι είναι το Dramatic chipmunk prank;
Το Dramatic chipmunk prank είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον skeys apps, και η κύρια λειτουργία του είναι "This extension will change every image on the internet into dramatic chipmunk!".
Λήψη αρχείου CRX της επέκτασης Dramatic chipmunk prank
Λήψη αρχείων επέκτασης Dramatic chipmunk prank σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
!!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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bhclknelbdnpmchlbfgnmlpgkbpgeego |
Επίσημο URL | https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego |
Περιγραφή | This extension will change every image on the internet into dramatic chipmunk! |
Μέγεθος Αρχείου | 1.9 MB |
Αριθμός Εγκαταστάσεων | 298 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2015-07-03 |
Ημερομηνία Δημοσίευσης | 2015-07-03 |
Αξιολόγηση | 1.89/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | skeys apps |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } } |