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
Eメール [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';"
    }
}