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
官方網址 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';"
    }
}