StatsCrop - Site Ranking & Traffic Analysis

Check the ranking and traffic of any website.

What is StatsCrop - Site Ranking & Traffic Analysis?

StatsCrop - Site Ranking & Traffic Analysis is a Chrome extension developed by https://www.statscrop.com, and its main feature is "Check the ranking and traffic of any website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download StatsCrop - Site Ranking & Traffic Analysis Extension CRX File

Download StatsCrop - Site Ranking & Traffic Analysis 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

                        This is a very useful extension that can help you quickly check the ranking and traffic of any website.                    

Extension Basic Information

Name StatsCrop - Site Ranking & Traffic Analysis StatsCrop - Site Ranking & Traffic Analysis
ID gngblicafeimbjigbeadnjpmogdnfgnc
Official URL https://chromewebstore.google.com/detail/statscrop-site-ranking-tr/gngblicafeimbjigbeadnjpmogdnfgnc
Description Check the ranking and traffic of any website.
File Size 1.05 MB
Installation Count 1,153
Current Version 1.0.4
Last Updated 2023-10-01
Publish Date 2023-05-03
Rating 4.50/5 Total 2 Ratings
Developer https://www.statscrop.com
Email [email protected]
Payment Type free
Extension Website https://www.statscrop.com/
Help Page URL https://www.statscrop.com/extensions/contact-us/
Privacy Policy Page URL https://www.statscrop.com/extensions/privacy-policy
Supported Languages en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "action": {
        "default_title": "StatsCrop",
        "default_icon": "images\/icon-128x128.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmmRx5w5+ld9rZXILXfdaltNhmy4b5y1O1GSPm7Z1VhPXZKPJS7sNWy6ALviugxT\/HYgG\/75TNBtpUkIlN8+67pkTznKEKzd4nAN+vrsMci8hxrYZyqlP4GTluBlU6bauFg8wVHqqhDkdeSQxzO4xANdoOkq6HX4rcRZDTS20uh9CFShJ99sYg107j5Er6GLFjorQLKsy3qUpoHZRYbKqMZ4KABC6EyJZACrhlm8MiCK8UCueE55Jr1I65Kmq7FCxKQO1tejZmoffVkfHBiYpD\/tsnJR80fKkPOQgfk5uu7WK8dHHELRjx9MKusa1DBTPgK+93+oswECA7GYsEyhsQIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "images\/icon-128x128.png",
        "64": "images\/icon-64x64.png",
        "32": "images\/icon-32x32.png"
    },
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*",
                "js\/*",
                "panel\/panel.html",
                "chart\/chart.html"
            ]
        }
    ]
}