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"
    }
}