Direct links to social media

Quick links to Facebook, Twitter, Myspace, and other top social networks.

O que é Direct links to social media?

Direct links to social media é uma extensão do Chrome desenvolvida por Robert Rioja (miapuffia), e sua principal característica é "Quick links to Facebook, Twitter, Myspace, and other top social networks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Direct links to social media

Baixe arquivos de extensão Direct links to social media 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

                        The latest update added much needed color!

By clicking this extension, you will see links to...

Steam Chat
QuizUp
YouTube Messages
Google+
Quora
BadOo
Reddit
ooVoo Web
Snapchat
Cafemom
NING
Mylife
DeviantART
Vine
Twitter
Skype Web
Linkedin
Instagram
Livejournal
Tumblr
Facebook
MySpace
Orkut
Pinterest
Meetup

Links may be reordered and hidden to each user's liking.

If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!                    

Informações Básicas da Extensão

Nome Direct links to social media Direct links to social media
ID kkaepghmhcnkbefbmddlfldaogmcjgki
URL Oficial https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki
Descrição Quick links to Facebook, Twitter, Myspace, and other top social networks.
Tamanho do Arquivo 563 KB
Contagem de Instalações 603
Versão Atual 5
Última Atualização 2016-08-14
Data de Publicação 2016-08-14
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor Robert Rioja (miapuffia)
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,
    "name": "Direct links to social media",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-ui.js",
            "jquery-1.12.4.js",
            "sortable.js",
            "loading.js",
            "saving.js"
        ]
    },
    "version": "5",
    "description": "Quick links to Facebook, Twitter, Myspace, and other top social networks.",
    "icons": {
        "128": "icon1.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    }
}