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
官方網址 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",
        "*:\/\/*\/*"
    ]
}