Short Description Viewer for Google Play
View Short Description of any app in Google Play
¿Qué es Short Description Viewer for Google Play?
Short Description Viewer for Google Play es una extensión de Chrome desarrollada por https://appstorespy.com, y su función principal es "View Short Description of any app in Google Play".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Short Description Viewer for Google Play
Descarga archivos de extensión Short Description Viewer for Google Play en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
URL Oficial | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Descripción | View Short Description of any app in Google Play |
Tamaño del Archivo | 5.52 KB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 0.3.7 |
Última Actualización | 2021-06-17 |
Fecha de Publicación | 2019-02-11 |
Calificación | 4.00/5 Total de 7 Calificaciones |
Desarrollador | https://appstorespy.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://appstorespy.com/privacy |
Idiomas Soportados | 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 } |