Hide Social Toolbar on SPIEGEL Online

Hides the social sharing bar at the bottom of SPON

O que é Hide Social Toolbar on SPIEGEL Online?

Hide Social Toolbar on SPIEGEL Online é uma extensão do Chrome desenvolvida por Stefan, e sua principal característica é "Hides the social sharing bar at the bottom of SPON".

Baixar o arquivo CRX da Extensão Hide Social Toolbar on SPIEGEL Online

Baixe arquivos de extensão Hide Social Toolbar on SPIEGEL Online 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

                        Spiegel Online testet seit kurzem ihre "Social Toolbar", die sie sich von vielen modernen Blogs und Technikmagazinen abgeschaut haben und die nach einigem Scrollen am unteren Rand der Seite erscheint. Wen diese Toolbar genauso nervt wie mich, kann mit dieser Extension Spiegel Onlines Social Toolbar einfach abschalten. Diese Extension ist megasimpel, hat keine Optionen und dürfte keinerlei Wechselwirkungen entfalten, außer die Toolbar zu deaktivieren. Falls Euch doch irgendwas auffällt, sagt bescheid. 

Hang Loose.                    

Informações Básicas da Extensão

Nome Hide Social Toolbar on SPIEGEL Online Hide Social Toolbar on SPIEGEL Online
ID kplgbjpamdbkojejoainidccdeppddhd
URL Oficial https://chrome.google.com/webstore/detail/hide-social-toolbar-on-sp/kplgbjpamdbkojejoainidccdeppddhd
Descrição Hides the social sharing bar at the bottom of SPON
Tamanho do Arquivo 15.29 KB
Contagem de Instalações 26
Versão Atual 1.0
Última Atualização 2013-11-13
Data de Publicação 2013-11-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Stefan
Tipo de Pagamento free
Idiomas Suportados de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Social Toolbar on SPIEGEL Online",
    "description": "Hides the social sharing bar at the bottom of SPON",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "block social toolbar on SPON"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.spiegel.de\/*"
            ],
            "js": [
                "rmv.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}