LASER CAT
IT'S A LASER CAT!
Qu'est-ce que LASER CAT ?
LASER CAT est une extension Chrome développée par ben.purdy, et sa fonction principale est "IT'S A LASER CAT!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LASER CAT
Téléchargez les fichiers d'extension LASER CAT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | fjhpfpjdamhdpcbpmoocjfadgkbohfpm |
URL Officiel | https://chrome.google.com/webstore/detail/laser-cat/fjhpfpjdamhdpcbpmoocjfadgkbohfpm |
Description | IT'S A LASER CAT! |
Taille du Fichier | 411 KB |
Nombre d'Installations | 60,000 |
Version Actuelle | 22.18.1 |
Dernière Mise à Jour | 2020-06-16 |
Date de Publication | 2020-06-16 |
Évaluation | 4.19/5 Total 223 Évaluations |
Développeur | ben.purdy |
Type de Paiement | free |
Site Web de l'Extension | http://www.benpurdy.com/laser-cat/ |
URL de la Page d'Aide | http://www.benpurdy.com/laser-cat/ |
Langues Prises en Charge | 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", "*:\/\/*\/*" ] } |