Laser Cat

Shoot laser at things you want to remove from the internet

¿Qué es Laser Cat?

Laser Cat es una extensión de Chrome desarrollada por https://lasercat.app, y su función principal es "Shoot laser at things you want to remove from the internet".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Laser Cat

Descarga archivos de extensión Laser Cat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension adds a laser cat to your internet. Use the laser to zap things you want to remove! If you like cats and lasers you are going to LOVE this extension.

== Here's how to use the extension ==

🌍 Step 1: Go to a website
😺 Step 2: Click on the activate button
🌈 Step 3: Click on the page to shoot laser!

== Why does Laser Cat need permission to "access data on all websites"? == 

This permission is needed for adding a laser cat to the website. Laser Cat **DOES NOT** collect any of your data or your browsing activity on any websites. As a privacy advocate myself, I prioritise your privacy above all.

If you want to read the privacy policy and terms of service you can find it at my website https://lasercat.app#privacy

== Feedback and bug reports ==

If you find a bug or are having issues please don't post your bug report here - contact me directly at [email protected] so I can fix it asap.

== Enjoying Laser Cat? Please rate! == 

If you like Laser Cat, please help spread the word by giving it a 5 star rating here or share it with your friends 😄 If you are not fully satisfied, please contact me at [email protected] and I'll make sure to help.

== New characters! ==

I'm currently in the process of creating brand new characters. The long term idea is to create a lot of cute/funny characters with unique looks and feels. You can unlock all characters with a one-tome support or alternatively unlock them with points based on how long time you have used the extension. If you have some good ideas for new characters, feel free to throw me a message!

== Laser Cat homepage ==

If you want to learn more about my extension you can go to my website https://lasercat.app. Here you can read the privacy policy, terms of service and FAQ.

== Stay tuned ==

I will keep improving Laser Cat! Stay tuned for updates in the future 👍                    

Información Básica de la Extensión

Nombre Laser Cat Laser Cat
ID ccnpdidcjgcdgaopacccfghmgdlipnoc
URL Oficial https://chromewebstore.google.com/detail/laser-cat/ccnpdidcjgcdgaopacccfghmgdlipnoc
Descripción Shoot laser at things you want to remove from the internet
Tamaño del Archivo 1.67 MB
Cantidad de Instalaciones 138,841
Versión Actual 2.3
Última Actualización 2024-01-27
Fecha de Publicación 2019-12-05
Calificación 4.71/5 Total de 365 Calificaciones
Desarrollador https://lasercat.app
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://lasercat.app
URL de la Página de Ayuda https://lasercat.app#faq
URL de la Página de Política de Privacidad https://andreasbm.github.io/privacy
Idiomas Soportados en,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "author": "Andreas Mehlsen",
    "homepage_url": "https:\/\/lasercat.app",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtX7goKPH12yUvQCwgtgceAurUtO8CetOkuPXkCIRvgMOIkbtwQ+zRgPszX0wN9NZIRm0rsCgZTqoAInb3T9iP8+\/jekEMgC3ssqHQK02IiK9q8eZxkFp6UcaPyzECcpc1XUNNXxGTkM2eqVF5n0rPaq74Azboyvh5ZJwWm9ewC0LvHrS22LZ9z9RnHmHvhJFg8yvvMbhuyM6\/tHi0VRCKR8xfP8CSnFMyupmZQjWNBQwUjJofWoqLFI0qvGpfUzZSq3o8nVtElUqOVUcJY\/qpXnDsnJvHvUgIKoAJApHEhJP4KkxnJQhVTlMXsrYPqnvKAfZLbdUqF6FjTzHZp0DwQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "sounds\/*",
                "js\/*",
                "content-script.js",
                "config.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background-script.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}