MyShows Recent
Quickly and easily manage the list of your shows
MyShows Recentคืออะไร?
MyShows Recent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kraigo และคุณลักษณะหลักของมันคือ "Quickly and easily manage the list of your shows"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyShows Recent
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyShows Recent |
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 |
อีเมล | [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'" } |