Luke's reddit on Youtube™
Adds reddit comments to youtube videos
Luke's reddit on Youtube™とは何ですか?
Luke's reddit on Youtube™はhttp://corrodinggames.comによって開発されたChromeの拡張機能で、その主な機能は「Adds reddit comments to youtube videos」です。
拡張機能のスクリーンショット
Luke's reddit on Youtube™拡張機能のCRXファイルをダウンロード
Luke's reddit on Youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Switch between reddit comments and youtube comments when watching youtube videos. -Searches reddit and shows comments based on the thread's popularly -Switch between all reddit threads -Will automatically switch back to youtube comments if no reddit threads are found Source: https://github.com/LukePH/reddit-youtube-chrome-extension --- Youtube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. reddit is a registered trademark of reddit inc.
拡張機能の基本情報
名前 | |
ID | bomfepjocepbhfiodmmhogdapoicjegf |
公式URL | https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf |
説明 | Adds reddit comments to youtube videos |
ファイルサイズ | 85.01 KB |
インストール数 | 115 |
現在のバージョン | 0.28 |
最終更新日 | 2015-06-22 |
公開日 | 2015-06-22 |
評価 | 3.71/5 合計 17 レビュー |
開発者 | http://corrodinggames.com |
支払い方法 | free |
ヘルプページのURL | https://github.com/LukePH/reddit-youtube-chrome-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Luke's reddit on Youtube\u2122", "description": "Adds reddit comments to youtube videos", "version": "0.28", "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "reddit.css", "content.css" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" }, "web_accessible_resources": [ "images\/loading-slide.gif" ], "manifest_version": 2 } |