FS.TO
FS.TO save label on episode of season
FS.TOคืออะไร?
FS.TO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Shakh และคุณลักษณะหลักของมันคือ "FS.TO save label on episode of season"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FS.TO
ดาวน์โหลดไฟล์ส่วนขยาย FS.TO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The expansion allows: - stores the number of the episode of the season where you left off - displays it on the page of the series - highlights saved serials on the main page list of new materials - accelerates advertising before the film - highlighting saved serials, if you didn't see them (the favorite)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FS.TO |
ID | nankkppjmngppfahehpikfagehlfoecc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
คำอธิบาย | FS.TO save label on episode of season |
ขนาดไฟล์ | 54.74 KB |
จำนวนการติดตั้ง | 211 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2016-07-02 |
วันที่เผยแพร่ | 2016-07-02 |
คะแนน | 4.57/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Andrew Shakh |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.5", "manifest_version": 2, "default_locale": "ru", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/fs.to\/*", "*:\/\/brb.to\/*", "*:\/\/cxz.to\/*" ], "js": [ "jquery.js", "script.js" ], "css": [ "style.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "save-icon.png", "saved-icon.png" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |