StatsCrop - Site Ranking & Traffic Analysis

Check the ranking and traffic of any website.

Wat is StatsCrop - Site Ranking & Traffic Analysis?

StatsCrop - Site Ranking & Traffic Analysis is een Chrome-extensie ontwikkeld door https://www.statscrop.com, en de belangrijkste functie is "Check the ranking and traffic of any website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie StatsCrop - Site Ranking & Traffic Analysis

Download StatsCrop - Site Ranking & Traffic Analysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam StatsCrop - Site Ranking & Traffic Analysis StatsCrop - Site Ranking & Traffic Analysis
ID gngblicafeimbjigbeadnjpmogdnfgnc
Officiële URL https://chromewebstore.google.com/detail/statscrop-site-ranking-tr/gngblicafeimbjigbeadnjpmogdnfgnc
Beschrijving Check the ranking and traffic of any website.
Bestandsgrootte 1.05 MB
Aantal Installaties 1,153
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-10-01
Publicatiedatum 2023-05-03
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.statscrop.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.statscrop.com/
Help Pagina-URL https://www.statscrop.com/extensions/contact-us/
URL van de Privacybeleid Pagina https://www.statscrop.com/extensions/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}