Kick Ass!
Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.
Hvad er Kick Ass!?
Kick Ass! er en Chrome-udvidelse udviklet af https://kickassapp.com, og dens hovedfunktion er "Destroy the web! Shoot up websites. Save the world from evil bytes and viruses.".
Udvidelsesskærmbilleder
Download Kick Ass!-udvidelses-CRX-fil
Download Kick Ass!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Destroy the web and kick ass! With this fun and unique game you can shoot up any website to smithereens. Go nuts!!!!!! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iofmogjkgfbkdgahbecbgmemeeeieikc |
| Officiel URL | https://chromewebstore.google.com/detail/kick-ass/iofmogjkgfbkdgahbecbgmemeeeieikc |
| Beskrivelse | Destroy the web! Shoot up websites. Save the world from evil bytes and viruses. |
| Filstørrelse | 116 KB |
| Antal Installationer | 14,925 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2022-01-13 |
| Udgivelsesdato | 2018-05-13 |
| Bedømmelse | 4.17/5 Samlet 35 Bedømmelser |
| Udvikler | https://kickassapp.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.kickassapp.com |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |