AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

Co to jest AppstoreSpy for Play Store?

AppstoreSpy for Play Store to rozszerzenie Chrome opracowane przez https://appstorespy.com, a jego główną funkcją jest „Enrich Play Store with mobile app analytics from AppstoreSpy”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AppstoreSpy for Play Store

Pobierz pliki rozszerzeń AppstoreSpy for Play Store 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

                        No more clicks and scrolling while investigating apps in Play Store.
This extension embeds app data directly into Play Store website. 

Use search, navigate through pages and instantly get app data embedded into an app card.

Application data available: 
* Installs
* Released date
* Updated date 
* Category 
* Installs per day (approx.) 

Subscribe to get full access to apps data.                    

Podstawowe informacje o rozszerzeniu

Nazwa AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
Oficjalny URL https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
Opis Enrich Play Store with mobile app analytics from AppstoreSpy
Rozmiar pliku 2.16 MB
Liczba instalacji 10,000
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2024-02-13
Data Publikacji 2020-07-03
Ocena 4.17/5 Łącznie 29 Oceny
Deweloper https://appstorespy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://appstorespy.com/extensions
Adres URL Strony Pomocy https://appstorespy.com/support
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": "AppstoreSpy for Play Store",
    "version": "1.1.7",
    "description": "Enrich Play Store with mobile app analytics from AppstoreSpy",
    "author": "appstorespy.com",
    "icons": {
        "16": "asodigger16.png",
        "32": "asodigger32.png",
        "48": "asodigger48.png",
        "128": "asodigger128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "modules\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "identity",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/store\/*",
                "https:\/\/play.google.com\/work\/*",
                "https:\/\/appstorespy.com\/extension\/*"
            ],
            "css": [
                "playspy.css"
            ],
            "js": [
                "display.js",
                "content.js",
                "popup.js",
                "countries.js"
            ]
        }
    ],
    "action": {
        "default_title": "AppstoreSpy",
        "default_icon": "asodigger16.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}