Short Description Viewer for Google Play
View Short Description of any app in Google Play
O que é Short Description Viewer for Google Play?
Short Description Viewer for Google Play é uma extensão do Chrome desenvolvida por https://appstorespy.com, e sua principal característica é "View Short Description of any app in Google Play".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Short Description Viewer for Google Play
Baixe arquivos de extensão Short Description Viewer for Google Play no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lbooeejmbjnoflbpioaafkkemijdbecn |
URL Oficial | https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn |
Descrição | View Short Description of any app in Google Play |
Tamanho do Arquivo | 5.52 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 0.3.7 |
Última Atualização | 2021-06-17 |
Data de Publicação | 2019-02-11 |
Classificação | 4.00/5 Total de 7 Avaliações |
Desenvolvedor | https://appstorespy.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://appstorespy.com/privacy |
Idiomas Suportados | 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 } |