Short Description Viewer for Google Play

View Short Description of any app in Google Play

What is Short Description Viewer for Google Play?

Short Description Viewer for Google Play is a Chrome extension developed by https://appstorespy.com, and its main feature is "View Short Description of any app in Google Play".

Extension Screenshots

screenshot

Download Short Description Viewer for Google Play Extension CRX File

Download Short Description Viewer for Google Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
Official URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
Description View Short Description of any app in Google Play
File Size 5.52 KB
Installation Count 2,000
Current Version 0.3.7
Last Updated 2021-06-17
Publish Date 2019-02-11
Rating 4.00/5 Total 7 Ratings
Developer https://appstorespy.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://appstorespy.com/privacy
Supported Languages 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
}