MyShows Recent
Quickly and easily manage the list of your shows
MyShows Recentとは何ですか?
MyShows Recentはkraigoによって開発されたChromeの拡張機能で、その主な機能は「Quickly and easily manage the list of your shows」です。
拡張機能のスクリーンショット
MyShows Recent拡張機能のCRXファイルをダウンロード
MyShows Recent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convenient plug-in for quick access to you shows
MyShows Recent:
- List of latest TV shows
- Mark the watched episodes
- Lock important series
- Add your own resources 拡張機能の基本情報
| 名前 | |
| ID | falpkmpmnjihfpbfapkjfmdmckkelbmk |
| 公式URL | https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk |
| 説明 | Quickly and easily manage the list of your shows |
| ファイルサイズ | 73.56 KB |
| インストール数 | 841 |
| 現在のバージョン | 2.1.3 |
| 最終更新日 | 2022-09-06 |
| 公開日 | 2019-02-03 |
| 評価 | 4.37/5 合計 82 レビュー |
| 開発者 | kraigo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "2.1.3",
"default_locale": "ru",
"author": "Kraigo",
"manifest_version": 2,
"background": {
"page": "background.html",
"persistent": true
},
"options_page": "options.html",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-16.png",
"default_title": "__MSG_appTitle__",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/api.myshows.me\/",
"https:\/\/media.myshows.me\/",
"https:\/\/myshows.me\/",
"notifications",
"storage",
"contextMenus"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |