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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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