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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |