AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

Qu'est-ce que AppstoreSpy for Play Store ?

AppstoreSpy for Play Store est une extension Chrome développée par https://appstorespy.com, et sa fonction principale est "Enrich Play Store with mobile app analytics from AppstoreSpy".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AppstoreSpy for Play Store

Téléchargez les fichiers d'extension AppstoreSpy for Play Store au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
URL Officiel https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
Description Enrich Play Store with mobile app analytics from AppstoreSpy
Taille du Fichier 2.16 MB
Nombre d'Installations 10,000
Version Actuelle 1.1.7
Dernière Mise à Jour 2024-02-13
Date de Publication 2020-07-03
Évaluation 4.17/5 Total 29 Évaluations
Développeur https://appstorespy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://appstorespy.com/extensions
URL de la Page d'Aide https://appstorespy.com/support
URL de la Page de Politique de Confidentialité https://appstorespy.com/privacy
Langues Prises en Charge 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';"
    }
}