iPrevYou
Preview youtube videos on the spot without leaving the page
什麼是iPrevYou?
iPrevYou是由iprevyou開發的Chrome擴展程式,該擴展的主要功能是“Preview youtube videos on the spot without leaving the page”。
擴展截圖
下載iPrevYou擴展crx文件
下載iPrevYou擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove the hassle of opening a new page to view a youtube video and watch them right on spot. In combination with the our chrome app you can also view videos outside the youtube webpage.
擴展基本資訊
名稱 | |
ID | cmdehdaenpmcjddcnfejenikokbgghei |
官方網址 | https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei |
簡介 | Preview youtube videos on the spot without leaving the page |
檔案大小 | 86.43 KB |
安裝次數 | 605 |
目前版本 | 1.0.6 |
更新時間 | 2017-09-01 |
上架時間 | 2017-09-01 |
評分 | 4.35/5 共 20 次評分 |
開發者 | iprevyou |
付費類型 | free |
擴展官網 | http://www.iprevyou.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "iprevyou" }, "description": "Preview youtube videos on the spot without leaving the page", "web_accessible_resources": [ "scripts\/*", "fonts\/*", "main.css", "popup.js", "plugin\/*" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "iPrevYou", "short_name": "iPrevYou", "homepage_url": "http:\/\/iprevyou.com", "permissions": [ "*:\/\/*\/*", "background", "management", "tabs", "storage", "*:\/\/*\/*", " |