GTA San Andreas

GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.

Co je GTA San Andreas?

GTA San Andreas je rozšíření Chrome vyvinuté https://techtodown.com, a jeho hlavní funkcí je „GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GTA San Andreas

Stáhněte si soubory rozšíření GTA San Andreas ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        GTA San Andreas extension gives you 80 beautiful themes of GTA San Andreas game. Integrating powerful Google search engine will give users a pleasant experience while surfing the web. In addition, the interface is customizable to help users choose according to their preferences. And many other features such as: integrated date, time, work notes, ...                    

Základní Informace o Rozšíření

Název GTA San Andreas GTA San Andreas
ID jdgnicdahegmelcbafckanbaidnkdmbe
Oficiální URL https://chromewebstore.google.com/detail/gta-san-andreas/jdgnicdahegmelcbafckanbaidnkdmbe
Popis GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.
Velikost souboru 31.94 MB
Počet instalací 1,115
Aktuální Verze 0.1
Poslední Aktualizace 2021-02-25
Datum Vydání 2021-02-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://techtodown.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://techtodown.com/gta-san-andreas-apk/
URL Stránky Nápovědy https://techtodown.com/contact/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "background": {
        "persistent": true,
        "scripts": [
            "\/html\/chrome\/settings.js",
            "\/html\/common\/prefs-sys.js",
            "\/html\/chrome\/utils.js",
            "\/html\/chrome\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "html\/skin\/icons\/128.png",
            "16": "html\/skin\/icons\/16.png",
            "48": "html\/skin\/icons\/48.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "\/html\/index.html"
    },
    "icons": {
        "128": "html\/skin\/icons\/128.png",
        "16": "html\/skin\/icons\/16.png",
        "48": "html\/skin\/icons\/48.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "permissions": [
        "topSites"
    ],
    "version": "0.1",
    "web_accessible_resources": [
        "html\/skin\/*"
    ]
}