Laser Cat

Shoot laser at things you want to remove from the internet

What is Laser Cat?

Laser Cat is a Chrome extension developed by https://lasercat.app, and its main feature is "Shoot laser at things you want to remove from the internet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Laser Cat Extension CRX File

Download Laser Cat 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

                        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 👍                    

Extension Basic Information

Name Laser Cat Laser Cat
ID ccnpdidcjgcdgaopacccfghmgdlipnoc
Official URL https://chromewebstore.google.com/detail/laser-cat/ccnpdidcjgcdgaopacccfghmgdlipnoc
Description Shoot laser at things you want to remove from the internet
File Size 1.67 MB
Installation Count 138,841
Current Version 2.3
Last Updated 2024-01-27
Publish Date 2019-12-05
Rating 4.71/5 Total 365 Ratings
Developer https://lasercat.app
Email [email protected]
Payment Type in_app
Extension Website https://lasercat.app
Help Page URL https://lasercat.app#faq
Privacy Policy Page URL https://andreasbm.github.io/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}