TheNextEpisode
TheNextEpisode is your guide for whatever TV series you're watching online.
TheNextEpisodeคืออะไร?
TheNextEpisode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benjyblack และคุณลักษณะหลักของมันคือ "TheNextEpisode is your guide for whatever TV series you're watching online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheNextEpisode
ดาวน์โหลดไฟล์ส่วนขยาย TheNextEpisode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TheNextEpisode is an interactive guide for whatever (public domain, of course) TV series you are watching on 1channel.ch. After you choose an episode on 1channel, the guide will gather information on every other episode available for that series. When you click TheNextEpisode button on your browser, you will be presented with a list, sorted by view count, of all the links available for the next episode. You can also navigate to any other episode from the guide.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kjelkffopjkchfimcgjcolcdhjhoenme |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/thenextepisode/kjelkffopjkchfimcgjcolcdhjhoenme |
คำอธิบาย | TheNextEpisode is your guide for whatever TV series you're watching online. |
ขนาดไฟล์ | 719 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2013-04-07 |
วันที่เผยแพร่ | 2013-04-07 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | benjyblack |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "fastforward.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/loader.gif" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "TheNextEpisode is your guide for whatever TV series you're watching online.", "background": { "page": "background.html" }, "name": "TheNextEpisode", "permissions": [ "http:\/\/*.1channel.ch\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.1channel.ch\/*" ], "js": [ "js\/jquery.js", "js\/1channel.js" ], "img": [ "img\/loader.gif" ], "run_at": "document_start", "css": [ "css\/1channel.css" ] } ], "manifest_version": 2, "version": "0.5" } |