Short Description Viewer for Google Play

View Short Description of any app in Google Play

Co to jest Short Description Viewer for Google Play?

Short Description Viewer for Google Play to rozszerzenie Chrome opracowane przez https://appstorespy.com, a jego główną funkcją jest „View Short Description of any app in Google Play”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Short Description Viewer for Google Play

Pobierz pliki rozszerzeń Short Description Viewer for Google Play w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
Oficjalny URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
Opis View Short Description of any app in Google Play
Rozmiar pliku 5.52 KB
Liczba instalacji 2,000
Aktualna Wersja 0.3.7
Ostatnia Aktualizacja 2021-06-17
Data Publikacji 2019-02-11
Ocena 4.00/5 Łącznie 7 Oceny
Deweloper https://appstorespy.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://appstorespy.com/privacy
Obsługiwane Języki 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
}