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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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:\/\/*\/*" ] } |