Quake

First-person shooter

Τι είναι το Quake;

Το Quake είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον computer anatomy, και η κύρια λειτουργία του είναι "First-person shooter".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Quake

Λήψη αρχείων επέκτασης Quake σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quake is a first-person shooter video game, developed by id Software and published by GT Interactive in 1996.
It is the first game in the Quake series.
In the game, players must find their way through various maze-like,
medieval environments while battling a variety of monsters using a wide array of weapons.

The player takes the role of the protagonist known as Ranger who was sent into a portal in order to stop an enemy code-named "Quake". 
The government had been experimenting with teleportation technology and developed a working prototype called a "Slipgate"; 
the mysterious Quake compromised the Slipgate by connecting it with its own teleportation system,
using it to send death squads to the "Human" dimension in order to test the martial capabilities of humanity.

The sole surviving protagonist in "Operation Counterstrike" is Ranger, who must advance,
starting each of the four episodes from an overrun human military base, before fighting his way into other dimensions,
reaching them via the Slipgate or their otherworld equivalent.
After passing through the Slipgate, Ranger's main objective is to collect four magic runes from four dimensions of Quake; 
these are the key to stopping the enemy later discovered as Shub-Niggurath and ending the invasion of Earth.

The campaign consists of 30 separate levels, or "maps", divided into four episodes (with a total of 26 regular maps and four secret ones),
as well as a hub level to select a difficulty setting and episode, and the game's final boss level.
Each episode represents individual dimensions that the player can access through magical portals
(as opposed to the technological Slipgate) that are discovered over the course of the game.
The various realms consist of a number of gothic, medieval, and lava-filled caves and dungeons,
with a recurring theme of hellish and satanic imagery (such as pentagrams and images of demons on the walls).

Legal Notice
--------------

Computer Anatomy is NOT endorsed or approved by or affiliated with "id Software LLC" or its licensors in any manner!

CHANGELOG
- Added help section (Includes cheats).
- Added import episodes, mission packs from PAK file.
- Added support for gamepad (Device detection only).
- Added savie game.
- Added sync/reset settings.
- Added other settings.
- Added enable mouse lock (Experimental).
- Added disable mouse.
- Added mantain 4:3 aspect ratio.
- Added toggle fullscreen for all resolutions.
- Added internal video resolution at 800x600x32bpp.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Quake Quake
ID nhngkeiemogdfhhnlocblhpjdanndcko
Επίσημο URL https://chrome.google.com/webstore/detail/quake/nhngkeiemogdfhhnlocblhpjdanndcko
Περιγραφή First-person shooter
Μέγεθος Αρχείου 12.6 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2019-08-06
Αξιολόγηση 3.96/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής computer anatomy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quake",
    "short_name": "Quake",
    "description": "First-person shooter",
    "version": "1.3.0",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/sdlquake-16.png"
        }
    },
    "icons": {
        "16": "icons\/sdlquake-16.png",
        "22": "icons\/sdlquake-22.png",
        "24": "icons\/sdlquake-24.png",
        "32": "icons\/sdlquake-32.png",
        "36": "icons\/sdlquake-36.png",
        "48": "icons\/sdlquake-48.png",
        "64": "icons\/sdlquake-64.png",
        "72": "icons\/sdlquake-72.png",
        "96": "icons\/sdlquake-96.png",
        "128": "icons\/sdlquake-128.png",
        "192": "icons\/sdlquake-192.png"
    },
    "platforms": [
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        },
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "arm",
            "sub_package_path": "_platform_specific\/arm\/"
        }
    ]
}