April Fools
Install on a friends computer
什么是April Fools?
April Fools是由Jamie Davies开发的Chrome扩展程序,该扩展的主要功能是“Install on a friends computer”。
下载April Fools扩展crx文件
下载April Fools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An april fools prank, upload to a friends computer
扩展基本信息
名称 | |
ID | fnemjnappdabnimhdhpadpedilfcegmo |
官方URL | https://chrome.google.com/webstore/detail/april-fools/fnemjnappdabnimhdhpadpedilfcegmo |
简介 | Install on a friends computer |
文件大小 | 26.63 KB |
安装次数 | 37 |
当前版本 | 1.0 |
更新时间 | 2015-04-01 |
上架时间 | 2015-04-01 |
评分 | 3.00/5 共2次评分 |
开发者 | Jamie Davies |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "April Fools", "description": "Install on a friends computer", "author": "Jamie Davies", "offline_enabled": true, "version": "1.0", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.jpg", "48": "icons\/icon48.jpg", "64": "icons\/icon64.jpg", "128": "icons\/icon128.jpg" }, "manifest_version": 2 } |