Short Description Viewer for Google Play

View Short Description of any app in Google Play

Wat is Short Description Viewer for Google Play?

Short Description Viewer for Google Play is een Chrome-extensie ontwikkeld door https://appstorespy.com, en de belangrijkste functie is "View Short Description of any app in Google Play".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Short Description Viewer for Google Play

Download Short Description Viewer for Google Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
Officiële URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
Beschrijving View Short Description of any app in Google Play
Bestandsgrootte 5.52 KB
Aantal Installaties 2,000
Huidige Versie 0.3.7
Laatst Bijgewerkt 2021-06-17
Publicatiedatum 2019-02-11
Beoordeling 4.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://appstorespy.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://appstorespy.com/privacy
Ondersteunde Talen 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
}