Laser Cat

Shoot laser at things you want to remove from the internet

Apa itu Laser Cat?

Laser Cat adalah ekstensi Chrome yang dikembangkan oleh https://lasercat.app, dan fitur utamanya adalah "Shoot laser at things you want to remove from the internet".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Laser Cat

Unduh file ekstensi Laser Cat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 👍                    

Informasi Dasar Ekstensi

Nama Laser Cat Laser Cat
ID ccnpdidcjgcdgaopacccfghmgdlipnoc
URL Resmi https://chromewebstore.google.com/detail/laser-cat/ccnpdidcjgcdgaopacccfghmgdlipnoc
Deskripsi Shoot laser at things you want to remove from the internet
Ukuran File 1.67 MB
Jumlah Instalasi 138,841
Versi Saat Ini 2.3
Terakhir Diperbarui 2024-01-27
Tanggal Publikasi 2019-12-05
Penilaian 4.71/5 Total 365 Penilaian
Pengembang https://lasercat.app
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://lasercat.app
URL Halaman Bantuan https://lasercat.app#faq
URL Halaman Kebijakan Privasi https://andreasbm.github.io/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}