Skip Like And Go To YouTube

Bypass the Like or Share extortion and play the YouTube video

什么是Skip Like And Go To YouTube?

Skip Like And Go To YouTube是由http://www.iconix.info开发的Chrome扩展程序,该扩展的主要功能是“Bypass the Like or Share extortion and play the YouTube video”。

扩展截图

screenshot

下载Skip Like And Go To YouTube扩展crx文件

下载Skip Like And Go To YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension can be used in various sites and blogs that require the user to first click on an overlay "Like" or "Share" on Facebook in order to view the video content.

As these videos are in fact publicly available on YouTube and the afforementioned blogs and sites merely link to them and force the user to "Like" or "Share" before the user even watches the content, for their own popularity ends, it's just fair that the user is given a chance to see the video without being forced to "Like" or "Share".

Clicking on the extension's button will take the user to YouTube where they can view the video unencumbered.                    

扩展基本信息

名称 Skip Like And Go To YouTube Skip Like And Go To YouTube
ID llkifbjifadgfcgljfdidfnboahpjlje
官方URL https://chrome.google.com/webstore/detail/skip-like-and-go-to-youtu/llkifbjifadgfcgljfdidfnboahpjlje
简介 Bypass the Like or Share extortion and play the YouTube video
文件大小 26.58 KB
安装次数 38
当前版本 1.0.1
更新时间 2014-10-31
上架时间 2014-10-31
评分 3.67/5 共3次评分
开发者 http://www.iconix.info
付费类型 free
扩展官网 http://iconix.info/downloads#skiplike
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "SkipLikeGoVideo-16.png",
        "32": "SkipLikeGoVideo-32.png",
        "64": "SkipLikeGoVideo-64.png",
        "128": "icon.png"
    },
    "name": "Skip Like And Go To YouTube",
    "version": "1.0.1",
    "description": "Bypass the Like or Share extortion and play the YouTube video",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "processContent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Skip Like Go Video"
    }
}