GTA San Andreas
GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.
Что такое GTA San Andreas?
GTA San Andreas - это расширение Chrome, разработанное https://techtodown.com, и его основная функция - "GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.".
Снимки экрана расширения
Скачать файл CRX расширения GTA San Andreas
Скачайте файлы расширений GTA San Andreas в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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, ...
Основная информация о расширении
Название | GTA San Andreas |
ID | jdgnicdahegmelcbafckanbaidnkdmbe |
Официальный URL | https://chromewebstore.google.com/detail/gta-san-andreas/jdgnicdahegmelcbafckanbaidnkdmbe |
Описание | GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes. |
Размер файла | 31.94 MB |
Количество установок | 1,115 |
Текущая Версия | 0.1 |
Последнее Обновление | 2021-02-25 |
Дата публикации | 2021-02-23 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://techtodown.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://techtodown.com/gta-san-andreas-apk/ |
URL страницы помощи | https://techtodown.com/contact/ |
Поддерживаемые языки | 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\/*" ] } |