TheNextEpisode
TheNextEpisode is your guide for whatever TV series you're watching online.
TheNextEpisodeとは何ですか?
TheNextEpisodeはbenjyblackによって開発されたChromeの拡張機能で、その主な機能は「TheNextEpisode is your guide for whatever TV series you're watching online.」です。
拡張機能のスクリーンショット
TheNextEpisode拡張機能のCRXファイルをダウンロード
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" } |