LASER CAT

IT'S A LASER CAT!

LASER CATとは何ですか?

LASER CATはben.purdyによって開発されたChromeの拡張機能で、その主な機能は「IT'S A LASER CAT!」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is probably a laser cat extension so you can shoot laser cat lasers at things.

NEW IN VERSION 22.18:

- Welcome page is no longer opened upon install, latest Chrome updates seem to make this happen more than once (perhaps due to the very very bad decision that Google made in forcing everyone to be logged into Chrome all the time?).

NEW IN VERSION 22.17:

- Bug fix: Audio system shuts down after dismissing the laser cat.

NEW IN VERSION 22.16:

- Bug Fix: no more infinite laser if you drag out of the window.

- Automatically displays a welcome page for new users to try out the laser cat (laser cat does not work on the chrome extensions page).                    

拡張機能の基本情報

名前 LASER CAT LASER CAT
ID fjhpfpjdamhdpcbpmoocjfadgkbohfpm
公式URL https://chrome.google.com/webstore/detail/laser-cat/fjhpfpjdamhdpcbpmoocjfadgkbohfpm
説明 IT'S A LASER CAT!
ファイルサイズ 411 KB
インストール数 60,000
現在のバージョン 22.18.1
最終更新日 2020-06-16
公開日 2020-06-16
評価 4.19/5 合計 223 レビュー
開発者 ben.purdy
支払い方法 free
拡張機能のウェブサイト http://www.benpurdy.com/laser-cat/
ヘルプページのURL http://www.benpurdy.com/laser-cat/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LASER CAT",
    "short_name": "LASER CAT",
    "description": "IT'S A LASER CAT!",
    "version": "22.18.1",
    "background": {
        "scripts": [
            "js\/launcher.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "96": "icons\/icon-96.png",
            "64": "icons\/icon-64.png",
            "16": "icons\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lasercat.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "96": "icons\/icon-96.png",
        "64": "icons\/icon-64.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "images\/cat-body.png",
        "images\/cat-head.png",
        "sounds\/laser-loop.mp3",
        "sounds\/laser-start.mp3",
        "sounds\/meow.mp3"
    ],
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ]
}