CatFestation
Change all images on your friends computer to cats!
CatFestationとは何ですか?
CatFestationはmanziericによって開発されたChromeの拡張機能で、その主な機能は「Change all images on your friends computer to cats!」です。
拡張機能のスクリーンショット
CatFestation拡張機能のCRXファイルをダウンロード
CatFestation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get this extension to prank your friends. Replaces all images on a site with cat pictures!
拡張機能の基本情報
名前 | CatFestation |
ID | goofkbnadlobcmpgbdibjdhpadfedjbn |
公式URL | https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn |
説明 | Change all images on your friends computer to cats! |
ファイルサイズ | 41.62 KB |
インストール数 | 17 |
現在のバージョン | 0.2.7 |
最終更新日 | 2016-01-13 |
公開日 | 2016-01-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | manzieric |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CatFestation", "description": "Change all images on your friends computer to cats!", "version": "0.2.7", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |