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!!!!!!
拡張機能の基本情報
名前 | Kick Ass! |
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 |
Eメール | [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:\/\/*\/*" ] } |