StatsCrop - Site Ranking & Traffic Analysis

Check the ranking and traffic of any website.

Qu'est-ce que StatsCrop - Site Ranking & Traffic Analysis ?

StatsCrop - Site Ranking & Traffic Analysis est une extension Chrome développée par https://www.statscrop.com, et sa fonction principale est "Check the ranking and traffic of any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StatsCrop - Site Ranking & Traffic Analysis

Téléchargez les fichiers d'extension StatsCrop - Site Ranking & Traffic Analysis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom StatsCrop - Site Ranking & Traffic Analysis StatsCrop - Site Ranking & Traffic Analysis
ID gngblicafeimbjigbeadnjpmogdnfgnc
URL Officiel https://chromewebstore.google.com/detail/statscrop-site-ranking-tr/gngblicafeimbjigbeadnjpmogdnfgnc
Description Check the ranking and traffic of any website.
Taille du Fichier 1.05 MB
Nombre d'Installations 1,153
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-10-01
Date de Publication 2023-05-03
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://www.statscrop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.statscrop.com/
URL de la Page d'Aide https://www.statscrop.com/extensions/contact-us/
URL de la Page de Politique de Confidentialité https://www.statscrop.com/extensions/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}