Ninja ASO - Best ASO Toolbox For Google Play

Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.

What is Ninja ASO - Best ASO Toolbox For Google Play?

Ninja ASO - Best ASO Toolbox For Google Play is a Chrome extension developed by Youba Amj, and its main feature is "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ninja ASO - Best ASO Toolbox For Google Play Extension CRX File

Download Ninja ASO - Best ASO Toolbox For Google Play 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

                        Ninja ASO is a powerful extension scrapes data from multiple sources and displays it on a single page. With easy access to important information, you can streamline your workflow and make data-driven decisions quickly and efficiently.

If you're tired of bouncing between different sources to gather information on your app's performance, Ninja ASO is here to help. Our powerful Chrome extension scrapes data from multiple sources and compiles it all in one place, giving you the comprehensive picture you need to optimize your app's Google Play listing.

With Ninja ASO, you can easily download assets like icons, screenshots, and feature graphics in high quality, and access our feature image option to showcase your app's best features. And when it comes to data, we've got you covered. Our app information from both AppBrain and AppStoreSpy provides you with detailed metrics on total installs, app age, app ranking, app size, app last update, Android version, maturity, and libraries - all in one place.

But that's not all. With our daily installs and ranking history charts, you can easily track your app's progress over time and compare it to your competitors. Our related apps feature makes it simple to discover other apps in your niche, and our change logs feature keeps your users informed about updates and bug fixes.

Our app keywords feature helps you optimize your app's listing with the most relevant keywords, and our libraries feature ensures that you're always up-to-date with the latest technology and programming languages. And with easy access to ASO tools and site links, you can quickly get the information you need to stay ahead of the curve.

In short, if you're looking for a one-stop-shop for app optimization on Google Play, look no further than Ninja ASO. Try our extension today and discover the power of consolidated data!                    

Extension Basic Information

Name Ninja ASO - Best ASO Toolbox For Google Play Ninja ASO - Best ASO Toolbox For Google Play
ID dhdlnldaaeochhponebahbecamjdnkai
Official URL https://chromewebstore.google.com/detail/ninja-aso-best-aso-toolbo/dhdlnldaaeochhponebahbecamjdnkai
Description Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.
File Size 393 KB
Installation Count 1,805
Current Version 1.4.0
Last Updated 2023-07-26
Publish Date 2022-06-16
Rating 4.67/5 Total 12 Ratings
Developer Youba Amj
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja ASO - Best ASO Toolbox For Google Play",
    "version": "1.4.0",
    "homepage_url": "https:\/\/github.com\/ayoubfletcher",
    "author": "Ayoub Fletcher",
    "options_page": "popup.html",
    "description": "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/www.appbrain.com\/app\/*",
        "https:\/\/appstorespy.com\/apps\/play\/*",
        "https:\/\/play-lh.googleusercontent.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon-48x48.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-similarweb.png",
                "images\/icon-appstorespy.png",
                "images\/icon-appbrain.png",
                "images\/icon-sensortower.png",
                "images\/icon-apkpure.png",
                "images\/icon-128x128.png",
                "images\/icon-apptweak.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}