Luke's reddit on Youtube™
Adds reddit comments to youtube videos
What is Luke's reddit on Youtube™?
Luke's reddit on Youtube™ is a Chrome extension developed by http://corrodinggames.com, and its main feature is "Adds reddit comments to youtube videos".
Extension Screenshots
Download Luke's reddit on Youtube™ Extension CRX File
Download Luke's reddit on Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bomfepjocepbhfiodmmhogdapoicjegf |
Official URL | https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf |
Description | Adds reddit comments to youtube videos |
File Size | 85.01 KB |
Installation Count | 115 |
Current Version | 0.28 |
Last Updated | 2015-06-22 |
Publish Date | 2015-06-22 |
Rating | 3.71/5 Total 17 Ratings |
Developer | http://corrodinggames.com |
Payment Type | free |
Help Page URL | https://github.com/LukePH/reddit-youtube-chrome-extension/issues |
Supported Languages | 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 } |