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によって開発されたChromeの拡張機能で、その主な機能は「GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.」です。
拡張機能のスクリーンショット
GTA San Andreas拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |