Kick Ass!

Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.

What is Kick Ass!?

Kick Ass! is a Chrome extension developed by https://kickassapp.com, and its main feature is "Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.".

Extension Screenshots

screenshot

Download Kick Ass! Extension CRX File

Download Kick Ass! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Destroy the web and kick ass! With this fun and unique game you can shoot up any website to smithereens. Go nuts!!!!!!                    

Extension Basic Information

Name Kick Ass! Kick Ass!
ID iofmogjkgfbkdgahbecbgmemeeeieikc
Official URL https://chromewebstore.google.com/detail/kick-ass/iofmogjkgfbkdgahbecbgmemeeeieikc
Description Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.
File Size 116 KB
Installation Count 14,925
Current Version 1.0.3
Last Updated 2022-01-13
Publish Date 2018-05-13
Rating 4.17/5 Total 35 Ratings
Developer https://kickassapp.com
Email [email protected]
Payment Type free
Extension Website https://www.kickassapp.com
Supported Languages 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:\/\/*\/*"
    ]
}