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 https://techtodown.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GTA San Andreas एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |