AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

Wat is AppstoreSpy for Play Store?

AppstoreSpy for Play Store is een Chrome-extensie ontwikkeld door https://appstorespy.com, en de belangrijkste functie is "Enrich Play Store with mobile app analytics from AppstoreSpy".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AppstoreSpy for Play Store

Download AppstoreSpy for Play Store-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
Officiële URL https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
Beschrijving Enrich Play Store with mobile app analytics from AppstoreSpy
Bestandsgrootte 2.16 MB
Aantal Installaties 10,000
Huidige Versie 1.1.7
Laatst Bijgewerkt 2024-02-13
Publicatiedatum 2020-07-03
Beoordeling 4.17/5 Totaal 29 Beoordelingen
Ontwikkelaar https://appstorespy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://appstorespy.com/extensions
Help Pagina-URL https://appstorespy.com/support
URL van de Privacybeleid Pagina https://appstorespy.com/privacy
Ondersteunde Talen 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';"
    }
}