TV Show Tracker
Keep track of your favourite TV shows.
TV Show Trackerとは何ですか?
TV Show TrackerはMattias Valkによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your favourite TV shows.」です。
拡張機能のスクリーンショット
TV Show Tracker拡張機能のCRXファイルをダウンロード
TV Show Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you want a simple way to keep track of all your favourite TV shows in one place? This extension does just that!
Features:
*Shows the air dates of previous and next episodes
*Easy to add or remove series
*Episode dates are updated every day
*Sort your TV shows (can be changed in settings):
*Alphabetically
*By previous episode date ascending
*By previous episode date descending
*By next episode date ascending
*By next episode date descending
This extension uses www.tvmaze.com to get episode dates.
Change log:
Version 2.1.7.2
*Ask for minimal required permissions.
Version 2.1.7.1
*Fixed list of TV shows not appearing sometimes.
*Fixed search dropdown being partially cut off.
Version 2.1.7
*Fancy new material design and a new icon.
*Fixed search not displaying results in some cases.
*Other minor improvements. 拡張機能の基本情報
| 名前 | |
| ID | oeeaimdpifhphdgoflgeddbigpgmnnjn |
| 公式URL | https://chromewebstore.google.com/detail/tv-show-tracker/oeeaimdpifhphdgoflgeddbigpgmnnjn |
| 説明 | Keep track of your favourite TV shows. |
| ファイルサイズ | 216 KB |
| インストール数 | 6,741 |
| 現在のバージョン | 2.1.7.2 |
| 最終更新日 | 2023-08-25 |
| 公開日 | 2019-10-06 |
| 評価 | 4.09/5 合計 53 レビュー |
| 開発者 | Mattias Valk |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"helper.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons\/icon19.png"
},
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Keep track of your favourite TV shows.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "TV Show Tracker",
"permissions": [
"http:\/\/*.tvmaze.com\/*",
"storage",
"alarms"
],
"version": "2.1.7.2"
} | |