TheNextEpisode
TheNextEpisode is your guide for whatever TV series you're watching online.
TheNextEpisode क्या है?
TheNextEpisode benjyblack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TheNextEpisode is your guide for whatever TV series you're watching online."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TheNextEpisode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |