Unique Triangle Hunt Game

Find unique triangle from the grid.

¿Qué es Unique Triangle Hunt Game?

Unique Triangle Hunt Game es una extensión de Chrome desarrollada por https://gamecheerleader.com, y su función principal es "Find unique triangle from the grid.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Unique Triangle Hunt Game

Descarga archivos de extensión Unique Triangle Hunt Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This triangle hunt game is a fun and challenging way to test how well you notice details when you're in a hurry. 

The goal is to find the one unique triangle in a 3x3 grid within 100 seconds. Eight of these triangles are identical, but one is different and marked uniquely. To increase game difficulty, each triangle is rotated randomly, with a black line beneath it indicating its orientation.

How to Play:

1. Just click on the extension icon in the browser, you'll be presented with a grid of nine triangles and a section at the top showing your points and time left.
2. Click on the one you think is different. It will light up red.  
3. If you're right, you get 5 points and automatically move to the next round. If you're wrong, keep guessing by clicking on another triangle.
4. You can keep playing to get as many points as you can until the time runs out.

Tips to Win:

- In your quick review of the grid, focus more on any triangle that noticeably differs from the rest in triangle area. 
- Find the right mix of quickness and precision to boost your score the most.

Good luck and enjoy the game!

CHANGELOG
==========
Version 0.1.1
- Add google analytics

Version 0.1.0
- Initial release of game                    

Información Básica de la Extensión

Nombre Unique Triangle Hunt Game Unique Triangle Hunt Game
ID cilmialfmpdohhenkpadkgengcapciap
URL Oficial https://chromewebstore.google.com/detail/unique-triangle-hunt-game/cilmialfmpdohhenkpadkgengcapciap
Descripción Find unique triangle from the grid.
Tamaño del Archivo 23.81 KB
Cantidad de Instalaciones 105
Versión Actual 0.1.1
Última Actualización 2024-03-04
Fecha de Publicación 2023-12-23
Desarrollador https://gamecheerleader.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.gamecheerleader.com
URL de la Página de Ayuda https://www.gamecheerleader.com/listing/unique-triangle-hunt-game/
URL de la Página de Política de Privacidad https://www.gamecheerleader.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Triangle Hunt Game",
    "short_name": "triangle-hunt",
    "version": "0.1.1",
    "description": "Find unique triangle from the grid.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}