Luke's reddit on Youtube™
Adds reddit comments to youtube videos
Wat is Luke's reddit on Youtube™?
Luke's reddit on Youtube™ is een Chrome-extensie ontwikkeld door http://corrodinggames.com, en de belangrijkste functie is "Adds reddit comments to youtube videos".
Extensie Screenshots
Download het CRX-bestand van de extensie Luke's reddit on Youtube™
Download Luke's reddit on Youtube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bomfepjocepbhfiodmmhogdapoicjegf |
Officiële URL | https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf |
Beschrijving | Adds reddit comments to youtube videos |
Bestandsgrootte | 85.01 KB |
Aantal Installaties | 115 |
Huidige Versie | 0.28 |
Laatst Bijgewerkt | 2015-06-22 |
Publicatiedatum | 2015-06-22 |
Beoordeling | 3.71/5 Totaal 17 Beoordelingen |
Ontwikkelaar | http://corrodinggames.com |
Betalingswijze | free |
Help Pagina-URL | https://github.com/LukePH/reddit-youtube-chrome-extension/issues |
Ondersteunde Talen | 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 } |