Country Switcher for Google Play
Easily switch country and language in Google Play
Vad är Country Switcher for Google Play?
Country Switcher for Google Play är en Chrome-tillägg utvecklad av appstoreSpy.com, och dess huvudfunktion är "Easily switch country and language in Google Play".
Tilläggsskärmbilder
Ladda ner Country Switcher for Google Play-förlängningens CRX-fil
Ladda ner Country Switcher for Google Play-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
All countries and languages supported by Developer Console Grundläggande Information om Tillägg
| Namn | |
| ID | hlphlddcldingdblmfkicepkbiidijje |
| Officiell webbadress | https://chromewebstore.google.com/detail/country-switcher-for-goog/hlphlddcldingdblmfkicepkbiidijje |
| Beskrivning | Easily switch country and language in Google Play |
| Filstorlek | 19.95 KB |
| Antal Installationer | 2,367 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-09-20 |
| Publiceringsdatum | 2021-05-09 |
| Betyg | 4.17/5 Totalt 6 Betyg |
| Utvecklare | appstoreSpy.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://appstorespy.com/privacy |
| Stödda Språk | 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"
}
} | |