Next Episode
Progress to the next episode
Next Episodeとは何ですか?
Next EpisodeはAndreas Lianosによって開発されたChromeの拡張機能で、その主な機能は「Progress to the next episode」です。
拡張機能のスクリーンショット
Next Episode拡張機能のCRXファイルをダウンロード
Next Episode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you are watching TV series online, it attempts to progress you to the next episode. All in all it saves you the tedious task of changing the episode number in the url yourself. Only works with sites that mention the episode number in the url. Once installed, you'll just see a green arrow next to the url bar.
拡張機能の基本情報
名前 | |
ID | joackfifgkcceimjmnlgeiigbbnaiapb |
公式URL | https://chrome.google.com/webstore/detail/joackfifgkcceimjmnlgeiigbbnaiapb |
説明 | Progress to the next episode |
ファイルサイズ | 12.52 KB |
インストール数 | 28 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-06-20 |
公開日 | 2014-06-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Andreas Lianos |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next Episode", "description": "Progress to the next episode", "version": "1.0.1", "author": "Andreas Lianos", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_title": "NextEpisode" } } |