Skip Like And Go To YouTube

Bypass the Like or Share extortion and play the YouTube video

Skip Like And Go To YouTube là gì?

Skip Like And Go To YouTube là một tiện ích mở rộng Chrome được phát triển bởi http://www.iconix.info, và tính năng chính của nó là "Bypass the Like or Share extortion and play the YouTube video".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skip Like And Go To YouTube

Tải xuống các tệp mở rộng Skip Like And Go To YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skip Like And Go To YouTube Skip Like And Go To YouTube
ID llkifbjifadgfcgljfdidfnboahpjlje
URL Chính Thức https://chrome.google.com/webstore/detail/skip-like-and-go-to-youtu/llkifbjifadgfcgljfdidfnboahpjlje
Mô tả Bypass the Like or Share extortion and play the YouTube video
Kích Thước Tệp 26.58 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-10-31
Ngày Phát Hành 2014-10-31
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.iconix.info
Loại Thanh Toán free
Trang Web Mở Rộng http://iconix.info/downloads#skiplike
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}