Laser Cat

Shoot laser at things you want to remove from the internet

Laser Catとは何ですか?

Laser Catはhttps://lasercat.appによって開発されたChromeの拡張機能で、その主な機能は「Shoot laser at things you want to remove from the internet」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Laser Cat拡張機能のCRXファイルをダウンロード

Laser Cat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 👍                    

拡張機能の基本情報

名前 Laser Cat Laser Cat
ID ccnpdidcjgcdgaopacccfghmgdlipnoc
公式URL https://chromewebstore.google.com/detail/laser-cat/ccnpdidcjgcdgaopacccfghmgdlipnoc
説明 Shoot laser at things you want to remove from the internet
ファイルサイズ 1.67 MB
インストール数 138,841
現在のバージョン 2.3
最終更新日 2024-01-27
公開日 2019-12-05
評価 4.71/5 合計 365 レビュー
開発者 https://lasercat.app
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://lasercat.app
ヘルプページのURL https://lasercat.app#faq
プライバシーポリシーページのURL https://andreasbm.github.io/privacy
対応言語 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": [
                ""
            ]
        }
    ]
}