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.

¿Qué es Share on Facebook Blocker for Youtube™?

Share on Facebook Blocker for Youtube™ es una extensión de Chrome desarrollada por Xaris, y su función principal es "Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Share on Facebook Blocker for Youtube™

Descarga archivos de extensión Share on Facebook Blocker for Youtube™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.
Tamaño del Archivo 59.22 KB
Cantidad de Instalaciones 130
Versión Actual 1.0.4
Última Actualización 2014-12-22
Fecha de Publicación 2014-12-22
Calificación 5.00/5 Total de 13 Calificaciones
Desarrollador Xaris
Tipo de Pago free
Idiomas Soportados 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
}