ASO Tools for Google Play Store™

View apps in different languages and quick links to 2 of the Top ASO analytics sites.

What is ASO Tools for Google Play Store™?

ASO Tools for Google Play Store™ is a Chrome extension developed by Rock'n null, and its main feature is "View apps in different languages and quick links to 2 of the Top ASO analytics sites.".

Extension Screenshots

screenshot

Download ASO Tools for Google Play Store™ Extension CRX File

Download ASO Tools for Google Play Store™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites.                    

Extension Basic Information

Name ASO Tools for Google Play Store™ ASO Tools for Google Play Store™
ID ogbiebalkhkimkogbkofjbfclocdaofg
Official URL https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg
Description View apps in different languages and quick links to 2 of the Top ASO analytics sites.
File Size 26.86 KB
Installation Count 666
Current Version 4.0
Last Updated 2021-03-15
Publish Date 2020-05-26
Rating 3.00/5 Total 4 Ratings
Developer Rock'n null
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASO Tools for Google Play Store\u2122",
    "description": "View apps in different languages and quick links to 2 of the Top ASO analytics sites.",
    "version": "4.0",
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": "ASO Tools for Google Play Store\u2122"
    },
    "icons": {
        "16": "logo16.png",
        "24": "logo48.png",
        "32": "logo32.png",
        "128": "logo32.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/apps\/details?id=*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}