synccit for reddit

synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices

O que é synccit for reddit?

synccit for reddit é uma extensão do Chrome desenvolvida por https://synccit.com, e sua principal característica é "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão synccit for reddit

Baixe arquivos de extensão synccit for reddit 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

                        Create an account at https://synccit.com.

synccit syncs your reddit.com viewed links and comment between browsers and devices.

A synccit account is required for this to function. After creating and account, add a device, install this plugin (if not already installed), and enter your username and device code when you first visit reddit.com.                    

Informações Básicas da Extensão

Nome synccit for reddit synccit for reddit
ID djgggkkgpoeknlpdllmhdagbfnhaigmd
URL Oficial https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd
Descrição synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Tamanho do Arquivo 41.26 KB
Contagem de Instalações 2,189
Versão Atual 16
Última Atualização 2019-08-13
Data de Publicação 2019-08-12
Classificação 3.19/5 Total de 43 Avaliações
Desenvolvedor https://synccit.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "synccit.user.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "http:\/\/reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/reddit.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices",
    "name": "synccit for reddit",
    "version": "16",
    "short_name": "synccit",
    "permissions": [
        "*:\/\/reddit.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.synccit.com\/*",
        "storage"
    ]
}