Luke's reddit on Youtube™
Adds reddit comments to youtube videos
Cos'è Luke's reddit on Youtube™?
Luke's reddit on Youtube™ è un'estensione di Chrome sviluppata da http://corrodinggames.com, e la sua funzione principale è "Adds reddit comments to youtube videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Luke's reddit on Youtube™
Scarica i file di estensione Luke's reddit on Youtube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bomfepjocepbhfiodmmhogdapoicjegf |
URL Ufficiale | https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf |
Descrizione | Adds reddit comments to youtube videos |
Dimensione del File | 85.01 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 0.28 |
Ultimo Aggiornamento | 2015-06-22 |
Data di Pubblicazione | 2015-06-22 |
Valutazione | 3.71/5 Totale 17 Valutazioni |
Sviluppatore | http://corrodinggames.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/LukePH/reddit-youtube-chrome-extension/issues |
Lingue Supportate | 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 } |