Laser Cat

Shoot laser at things you want to remove from the internet

Laser Cat là gì?

Laser Cat là một tiện ích mở rộng Chrome được phát triển bởi https://lasercat.app, và tính năng chính của nó là "Shoot laser at things you want to remove from the internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Laser Cat

Tải xuống các tệp mở rộng Laser Cat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 👍                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Laser Cat Laser Cat
ID ccnpdidcjgcdgaopacccfghmgdlipnoc
URL Chính Thức https://chromewebstore.google.com/detail/laser-cat/ccnpdidcjgcdgaopacccfghmgdlipnoc
Mô tả Shoot laser at things you want to remove from the internet
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 138,841
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2024-01-27
Ngày Phát Hành 2019-12-05
Đánh Giá 4.71/5 Tổng số 365 Đánh Giá
Nhà Phát Triển https://lasercat.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://lasercat.app
URL Trang Trợ Giúp https://lasercat.app#faq
URL Trang Chính Sách Bảo Mật https://andreasbm.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}