Catch Cat Game
Play Catch Cat Game as a Chrome extension - Also can Play without Internet, try it now!
Τι είναι το Catch Cat Game;
Το Catch Cat Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://w3technic.com, και η κύρια λειτουργία του είναι "Play Catch Cat Game as a Chrome extension - Also can Play without Internet, try it now!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Catch Cat Game
Λήψη αρχείων επέκτασης Catch Cat Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Catch the Cat is a puzzle game for cat lovers and strategic thinkers. Your goal is to trap the cat by blocking its path with dark circles. The cat will try to escape by moving to one of the neighboring cells. The game ends when the cat is surrounded by dark circles or when it escapes. The game is played on a hexagonal board. The cat starts in the center of the board and you can place dark circles on any of the empty cells. The cat can move to any of the neighboring cells that are not blocked by a dark circle. You win the game if you can surround the cat with dark circles. If the cat escapes, you will lose and have to start over. Here are some tips for playing Catch the Cat: Try to block the cat's escape routes early on. Be careful not to surround yourself with dark circles. Use your dark circles strategically to trap the cat. Practice makes perfect! The more you play, the better you will become at catching the cat. - Play others games on the top-left menu
Βασικές Πληροφορίες Επέκτασης
Όνομα | Catch Cat Game |
ID | mmjchmcfkinnlhomhgjjobkfphbejebe |
Επίσημο URL | https://chromewebstore.google.com/detail/catch-cat-game/mmjchmcfkinnlhomhgjjobkfphbejebe |
Περιγραφή | Play Catch Cat Game as a Chrome extension - Also can Play without Internet, try it now! |
Μέγεθος Αρχείου | 327 KB |
Αριθμός Εγκαταστάσεων | 484 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-08-22 |
Ημερομηνία Δημοσίευσης | 2023-08-21 |
Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://w3technic.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.w3technic.com/chrome/catch-cat-getting-started/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.w3technic.com/chrome/catch-cat-getting-started/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://w3technic.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "1.1.0", "version_name": "1.1.0", "action": { "default_icon": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "default_title": "Click to open the popup", "default_popup": "index.html" }, "background": { "service_worker": "update.js" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "sandbox": { "pages": [ "game\/index.html" ] }, "offline_enabled": true, "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "options_page": "index.html", "homepage_url": "https:\/\/www.w3technic.com\/chrome\/catch-cat-getting-started\/" } |