YouTube Everywhere
Lets YouTube videos play on any page with a YouTube Link
什麼是YouTube Everywhere?
YouTube Everywhere是由Jared Frank開發的Chrome擴展程式,該擴展的主要功能是“Lets YouTube videos play on any page with a YouTube Link”。
擴展截圖
下載YouTube Everywhere擴展crx文件
下載YouTube Everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
YouTube Everywhere adds small YouTube icons next YouTube links on any page. Clicking the icon will expand a small YouTube player to be able to watch the video without having to change pages or open a new tab!
擴展基本資訊
名稱 | |
ID | aabngppaojjlinklfhfgdlofeddimohg |
官方網址 | https://chrome.google.com/webstore/detail/youtube-everywhere/aabngppaojjlinklfhfgdlofeddimohg |
簡介 | Lets YouTube videos play on any page with a YouTube Link |
檔案大小 | 104 KB |
安裝次數 | 1,000 |
目前版本 | 1.3.3 |
更新時間 | 2015-08-12 |
上架時間 | 2015-08-12 |
評分 | 3.93/5 共 30 次評分 |
開發者 | Jared Frank |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Everywhere", "description": "Lets YouTube videos play on any page with a YouTube Link", "version": "1.3.3", "icons": { "16": "img\/ytlogo128.png", "48": "img\/ytlogo128.png", "128": "img\/ytlogo128.png" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "web_accessible_resources": [ "img\/youtube.png" ], "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |