Share on Facebook Blocker for Youtube™

Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.

O que é Share on Facebook Blocker for Youtube™?

Share on Facebook Blocker for Youtube™ é uma extensão do Chrome desenvolvida por Xaris, e sua principal característica é "Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Share on Facebook Blocker for Youtube™

Baixe arquivos de extensão Share on Facebook Blocker for Youtube™ 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

                        Are you bored to visit numerous websites and blogs, having embedded YouTube™ videos that are "Facebook Locked"? Isn't it irritiating to keep wanting you to share the article in order to watch the video? 
With this extension you can override the Facebook Share button and watch the original YouTube video in the same website just above the blocked video.
You can also hide the irritiating splashscreen that many websites display when you visit them, that suggest you to "Like" them. 

You just need to hit the Extension Button and let the awesome happens!

Note: Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Informações Básicas da Extensão

Nome Share on Facebook Blocker for Youtube™ Share on Facebook Blocker for Youtube™
ID mccmmmkfffjbbodeilbpngnlmkeglkoa
URL Oficial https://chromewebstore.google.com/detail/share-on-facebook-blocker/mccmmmkfffjbbodeilbpngnlmkeglkoa
Descrição Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.
Tamanho do Arquivo 59.22 KB
Contagem de Instalações 130
Versão Atual 1.0.4
Última Atualização 2014-12-22
Data de Publicação 2014-12-22
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor Xaris
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share on Facebook Blocker for Youtube\u2122",
    "description": "Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.",
    "version": "1.0.4",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Share on Facebook Blocker for Youtube\u2122",
        "default_icon": {
            "19": "icon_19.png"
        }
    },
    "manifest_version": 2
}