Dramatic chipmunk prank
This extension will change every image on the internet into dramatic chipmunk!
Hvad er Dramatic chipmunk prank?
Dramatic chipmunk prank er en Chrome-udvidelse udviklet af skeys apps, og dens hovedfunktion er "This extension will change every image on the internet into dramatic chipmunk!".
Download Dramatic chipmunk prank-udvidelses-CRX-fil
Download Dramatic chipmunk prank-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
!!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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bhclknelbdnpmchlbfgnmlpgkbpgeego |
Officiel URL | https://chrome.google.com/webstore/detail/dramatic-chipmunk-prank/bhclknelbdnpmchlbfgnmlpgkbpgeego |
Beskrivelse | This extension will change every image on the internet into dramatic chipmunk! |
Filstørrelse | 1.9 MB |
Antal Installationer | 298 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2015-07-03 |
Udgivelsesdato | 2015-07-03 |
Bedømmelse | 1.89/5 Samlet 37 Bedømmelser |
Udvikler | skeys apps |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |