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 |
公式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" ] } } |