Country Switcher for Google Play
Easily switch country and language in Google Play
Country Switcher for Google Playとは何ですか?
Country Switcher for Google PlayはappstoreSpy.comによって開発されたChromeの拡張機能で、その主な機能は「Easily switch country and language in Google Play」です。
拡張機能のスクリーンショット
Country Switcher for Google Play拡張機能のCRXファイルをダウンロード
Country Switcher for Google Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All countries and languages supported by Developer Console
拡張機能の基本情報
名前 | Country Switcher for Google Play |
ID | hlphlddcldingdblmfkicepkbiidijje |
公式URL | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
説明 | Easily switch country and language in Google Play |
ファイルサイズ | 19.95 KB |
インストール数 | 2,367 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-09-20 |
公開日 | 2021-05-09 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | appstoreSpy.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://appstorespy.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Country Switcher for Google Play", "version": "1.0.1", "description": "Easily switch country and language in Google Play", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/store*" ], "css": [ "ext.css" ], "js": [ "variables.js", "languages.js", "countries.js", "content.js" ] } ], "action": { "default_popup": "popup.html" } } |