Sociocaster

This extension helps Sociocaster's users to share,schedule, and save content from the internet

O que é Sociocaster?

Sociocaster é uma extensão do Chrome desenvolvida por https://sociocaster.com, e sua principal característica é "This extension helps Sociocaster's users to share,schedule, and save content from the internet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sociocaster

Baixe arquivos de extensão Sociocaster 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 extension helps Sociocaster's users to share,schedule, and save content from the internet

Note: 
This is beta version

Changelog :

1.6
- Disable hover button on Grafy.io

1.5
- Change cloud icon on facebook                    

Informações Básicas da Extensão

Nome Sociocaster Sociocaster
ID dndocgpmcgeeepldhgfgkhceaogiikbk
URL Oficial https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk
Descrição This extension helps Sociocaster's users to share,schedule, and save content from the internet
Tamanho do Arquivo 79.39 KB
Contagem de Instalações 300
Versão Atual 1.6
Última Atualização 2016-12-05
Data de Publicação 2016-12-04
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor https://sociocaster.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sociocaster.com/app/privacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sociocaster",
    "description": "This extension helps Sociocaster's users to share,schedule, and save content from the internet",
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "logo_icon_19.png",
            "38": "logo_icon_38.png"
        },
        "default_title": "Sociocaster"
    },
    "background": {
        "scripts": [
            "thirds\/jquery-2.1.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "thirds\/jquery-2.1.1.min.js",
                "scripts\/inject.js",
                "scripts\/hover-button.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "styles\/sc-facebook.css"
            ],
            "js": [
                "scripts\/sc-facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*.sociocaster.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "manifest.json",
        "images\/*"
    ],
    "homepage_url": "https:\/\/sociocaster.com",
    "icons": {
        "128": "logo_icon_128.png",
        "16": "logo_icon_small.png",
        "48": "logo_icon_large.png"
    },
    "options_page": "options.html"
}