Short Description Viewer for Google Play

View Short Description of any app in Google Play

Co je Short Description Viewer for Google Play?

Short Description Viewer for Google Play je rozšíření Chrome vyvinuté https://appstorespy.com, a jeho hlavní funkcí je „View Short Description of any app in Google Play“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Short Description Viewer for Google Play

Stáhněte si soubory rozšíření Short Description Viewer for Google Play ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
Oficiální URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
Popis View Short Description of any app in Google Play
Velikost souboru 5.52 KB
Počet instalací 2,000
Aktuální Verze 0.3.7
Poslední Aktualizace 2021-06-17
Datum Vydání 2019-02-11
Hodnocení 4.00/5 Celkem 7 Hodnocení
Vývojář https://appstorespy.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://appstorespy.com/privacy
Podporované Jazyky 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
}