Kick Ass!
Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.
什么是Kick Ass!?
Kick Ass!是由https://kickassapp.com开发的Chrome扩展程序,该扩展的主要功能是“Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.”。
扩展截图
下载Kick Ass!扩展crx文件
下载Kick Ass!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Destroy the web and kick ass! With this fun and unique game you can shoot up any website to smithereens. Go nuts!!!!!! 扩展基本信息
| 名称 | |
| ID | iofmogjkgfbkdgahbecbgmemeeeieikc |
| 官方URL | https://chromewebstore.google.com/detail/kick-ass/iofmogjkgfbkdgahbecbgmemeeeieikc |
| 简介 | Destroy the web! Shoot up websites. Save the world from evil bytes and viruses. |
| 文件大小 | 116 KB |
| 安装次数 | 14,925 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2022-01-13 |
| 上架时间 | 2018-05-13 |
| 评分 | 4.17/5 共35次评分 |
| 开发者 | https://kickassapp.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.kickassapp.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kick Ass!",
"short_name": "kickass",
"version": "1.0.3",
"description": "Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.",
"icons": {
"19": "icons\/72x72.png",
"48": "icons\/72x72.png",
"128": "icons\/114x114.png"
},
"content_scripts": [],
"browser_action": [],
"background": {
"page": "main.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |