AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

Cos'è AppstoreSpy for Play Store?

AppstoreSpy for Play Store è un'estensione di Chrome sviluppata da https://appstorespy.com, e la sua funzione principale è "Enrich Play Store with mobile app analytics from AppstoreSpy".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AppstoreSpy for Play Store

Scarica i file di estensione AppstoreSpy for Play Store in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
URL Ufficiale https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
Descrizione Enrich Play Store with mobile app analytics from AppstoreSpy
Dimensione del File 2.16 MB
Conteggio Installazioni 10,000
Versione Corrente 1.1.7
Ultimo Aggiornamento 2024-02-13
Data di Pubblicazione 2020-07-03
Valutazione 4.17/5 Totale 29 Valutazioni
Sviluppatore https://appstorespy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://appstorespy.com/extensions
URL della Pagina di Aiuto https://appstorespy.com/support
URL della Pagina della Politica sulla Privacy https://appstorespy.com/privacy
Lingue Supportate 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';"
    }
}