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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.iconix.info และคุณลักษณะหลักของมันคือ "Bypass the Like or Share extortion and play the YouTube video"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip Like And Go To YouTube

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}