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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |