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.

什么是Share on Facebook Blocker for Youtube™?

Share on Facebook Blocker for Youtube™是由Xaris开发的Chrome扩展程序,该扩展的主要功能是“Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.”。

扩展截图

screenshot
screenshot

下载Share on Facebook Blocker for Youtube™扩展crx文件

下载Share on Facebook Blocker for Youtube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Share on Facebook Blocker for Youtube™ Share on Facebook Blocker for Youtube™
ID mccmmmkfffjbbodeilbpngnlmkeglkoa
官方URL https://chromewebstore.google.com/detail/share-on-facebook-blocker/mccmmmkfffjbbodeilbpngnlmkeglkoa
简介 Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.
文件大小 59.22 KB
安装次数 130
当前版本 1.0.4
更新时间 2014-12-22
上架时间 2014-12-22
评分 5.00/5 共13次评分
开发者 Xaris
付费类型 free
支持的语言 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
}