Short Description Viewer for Google Play
View Short Description of any app in Google Play
Was ist Short Description Viewer for Google Play?
Short Description Viewer for Google Play ist eine Chrome-Erweiterung, die von https://appstorespy.com entwickelt wurde, und ihr Hauptmerkmal ist "View Short Description of any app in Google Play".
Erweiterungsscreenshots
Short Description Viewer for Google Play-Erweiterungs-CRX-Datei herunterladen
Laden Sie Short Description Viewer for Google Play-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
View short description for every Google Play app. Just one phrase describing what about this Android application. Unfortunately, it does not appear ion the Web Play Store. So using this extension you can easily see all the descriptions. For developers short description is strongly affects the conversion into install.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
Offizielle URL | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Beschreibung | View Short Description of any app in Google Play |
Dateigröße | 5.52 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.3.7 |
Letztes Update | 2021-06-17 |
Veröffentlichungsdatum | 2019-02-11 |
Bewertung | 4.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://appstorespy.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://appstorespy.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Short Description Viewer for Google Play", "description": "View Short Description of any app in Google Play", "author": "Appstorespy.com", "version": "0.3.7", "permissions": [], "page_action": { "default_icon": { "128": "icon128.png" } }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/play.google.com\/store\/apps*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |