Short Description Viewer for Google Play

View Short Description of any app in Google Play

Short Description Viewer for Google Play क्या है?

Short Description Viewer for Google Play https://appstorespy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Short Description of any app in Google Play"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Short Description Viewer for Google Play एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
आधिकारिक URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
विवरण View Short Description of any app in Google Play
फ़ाइल का आकार 5.52 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.3.7
अंतिम अपडेट 2021-06-17
प्रकाशन तिथि 2019-02-11
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर https://appstorespy.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://appstorespy.com/privacy
समर्थित भाषाएँ 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
}