GTA San Andreas
GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.
Hvad er GTA San Andreas?
GTA San Andreas er en Chrome-udvidelse udviklet af https://techtodown.com, og dens hovedfunktion er "GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.".
Udvidelsesskærmbilleder
Download GTA San Andreas-udvidelses-CRX-fil
Download GTA San Andreas-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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, ...
Grundlæggende oplysninger om udvidelsen
Navn | GTA San Andreas |
ID | jdgnicdahegmelcbafckanbaidnkdmbe |
Officiel URL | https://chromewebstore.google.com/detail/gta-san-andreas/jdgnicdahegmelcbafckanbaidnkdmbe |
Beskrivelse | GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes. |
Filstørrelse | 31.94 MB |
Antal Installationer | 1,115 |
Nuværende Version | 0.1 |
Senest Opdateret | 2021-02-25 |
Udgivelsesdato | 2021-02-23 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://techtodown.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://techtodown.com/gta-san-andreas-apk/ |
Hjælpeside-URL | https://techtodown.com/contact/ |
Understøttede Sprog | 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\/*" ] } |