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”。
擴展截圖
下載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 |
ID | llkifbjifadgfcgljfdidfnboahpjlje |
官方網址 | 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" } } |