StatsCrop - Site Ranking & Traffic Analysis

Check the ranking and traffic of any website.

O que é StatsCrop - Site Ranking & Traffic Analysis?

StatsCrop - Site Ranking & Traffic Analysis é uma extensão do Chrome desenvolvida por https://www.statscrop.com, e sua principal característica é "Check the ranking and traffic of any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão StatsCrop - Site Ranking & Traffic Analysis

Baixe arquivos de extensão StatsCrop - Site Ranking & Traffic Analysis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome StatsCrop - Site Ranking & Traffic Analysis StatsCrop - Site Ranking & Traffic Analysis
ID gngblicafeimbjigbeadnjpmogdnfgnc
URL Oficial https://chromewebstore.google.com/detail/statscrop-site-ranking-tr/gngblicafeimbjigbeadnjpmogdnfgnc
Descrição Check the ranking and traffic of any website.
Tamanho do Arquivo 1.05 MB
Contagem de Instalações 1,153
Versão Atual 1.0.4
Última Atualização 2023-10-01
Data de Publicação 2023-05-03
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://www.statscrop.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.statscrop.com/
URL da Página de Ajuda https://www.statscrop.com/extensions/contact-us/
URL da Página de Política de Privacidade https://www.statscrop.com/extensions/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}