Luke's reddit on Youtube™
Adds reddit comments to youtube videos
Luke's reddit on Youtube™คืออะไร?
Luke's reddit on Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://corrodinggames.com และคุณลักษณะหลักของมันคือ "Adds reddit comments to youtube videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Luke's reddit on Youtube™
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |