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 |
公式URL | 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", "*:\/\/*\/*", " |