Dramatic chipmunk prank
This extension will change every image on the internet into dramatic chipmunk!
什麼是Dramatic chipmunk prank?
Dramatic chipmunk prank是由skeys apps開發的Chrome擴展程式,該擴展的主要功能是“This extension will change every image on the internet into dramatic chipmunk!”。
下載Dramatic chipmunk prank擴展crx文件
下載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 |
官方網址 | 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" ] } } |