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 |
官方網址 | 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" } ] } |