LASER CAT
IT'S A LASER CAT!
Cos'è LASER CAT?
LASER CAT è un'estensione di Chrome sviluppata da ben.purdy, e la sua funzione principale è "IT'S A LASER CAT!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LASER CAT
Scarica i file di estensione LASER CAT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | |
ID | fjhpfpjdamhdpcbpmoocjfadgkbohfpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/laser-cat/fjhpfpjdamhdpcbpmoocjfadgkbohfpm |
Descrizione | IT'S A LASER CAT! |
Dimensione del File | 411 KB |
Conteggio Installazioni | 60,000 |
Versione Corrente | 22.18.1 |
Ultimo Aggiornamento | 2020-06-16 |
Data di Pubblicazione | 2020-06-16 |
Valutazione | 4.19/5 Totale 223 Valutazioni |
Sviluppatore | ben.purdy |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.benpurdy.com/laser-cat/ |
URL della Pagina di Aiuto | http://www.benpurdy.com/laser-cat/ |
Lingue Supportate | 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", "*:\/\/*\/*" ] } |