AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

什么是AppstoreSpy for Play Store?

AppstoreSpy for Play Store是由https://appstorespy.com开发的Chrome扩展程序,该扩展的主要功能是“Enrich Play Store with mobile app analytics from AppstoreSpy”。

扩展截图

screenshot
screenshot

下载AppstoreSpy for Play Store扩展crx文件

下载AppstoreSpy for Play Store扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
官方URL https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
简介 Enrich Play Store with mobile app analytics from AppstoreSpy
文件大小 2.16 MB
安装次数 10,000
当前版本 1.1.7
更新时间 2024-02-13
上架时间 2020-07-03
评分 4.17/5 共29次评分
开发者 https://appstorespy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://appstorespy.com/extensions
帮助页面URL https://appstorespy.com/support
隐私政策页面URL https://appstorespy.com/privacy
支持的语言 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';"
    }
}