Short Description Viewer for Google Play

View Short Description of any app in Google Play

Hvad er Short Description Viewer for Google Play?

Short Description Viewer for Google Play er en Chrome-udvidelse udviklet af https://appstorespy.com, og dens hovedfunktion er "View Short Description of any app in Google Play".

Udvidelsesskærmbilleder

screenshot

Download Short Description Viewer for Google Play-udvidelses-CRX-fil

Download Short Description Viewer for Google Play-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
Officiel URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
Beskrivelse View Short Description of any app in Google Play
Filstørrelse 5.52 KB
Antal Installationer 2,000
Nuværende Version 0.3.7
Senest Opdateret 2021-06-17
Udgivelsesdato 2019-02-11
Bedømmelse 4.00/5 Samlet 7 Bedømmelser
Udvikler https://appstorespy.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://appstorespy.com/privacy
Understøttede Sprog 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
}