Turbofilm Cinema Mode
Made for your pleasure! On today's list are user subtitles and playlists, enhanced blogging and notifications!
Turbofilm Cinema Modeคืออะไร?
Turbofilm Cinema Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PycBouH และคุณลักษณะหลักของมันคือ "Made for your pleasure! On today's list are user subtitles and playlists, enhanced blogging and notifications!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turbofilm Cinema Mode
ดาวน์โหลดไฟล์ส่วนขยาย Turbofilm Cinema Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Расширение, позволяющее смотреть сериалы с бОльшим комфортом на Turbofilm.tv. ### ВЕРСИЯ 2.0 ### Просмотр! Большой плеер, скрыты комментарии и описание, свои субтитры, плейлисты! Блоги! Теги, подсветка ссылок и картинок, наглядный процесс отправки! Турбопоиск! Поиск по сайту и загрузка субтитров прямо в интерфейсе! И многое другое... Уведомления о новых сериях и сообщениях, мультичат в личке, предстоящие серии в «Моих сериалах», дополнительная информация об имеющихся шоу, горячие клавиши!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Turbofilm Cinema Mode |
ID | jbhpgmghgghpoobleomkefagoiihmmkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/turbofilm-cinema-mode/jbhpgmghgghpoobleomkefagoiihmmkn |
คำอธิบาย | Made for your pleasure! On today's list are user subtitles and playlists, enhanced blogging and notifications! |
ขนาดไฟล์ | 477 KB |
จำนวนการติดตั้ง | 649 |
เวอร์ชันปัจจุบัน | 2.1.5 |
อัปเดตครั้งล่าสุด | 2014-01-06 |
วันที่เผยแพร่ | 2014-01-05 |
คะแนน | 4.22/5 รวมทั้งหมด 74 คะแนน |
ผู้พัฒนา | PycBouH |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://humnom.net |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_shortname__", "version": "2.1.5", "description": "__MSG_extension_description__", "icons": { "48": "data\/imgs\/icon_48.png" }, "default_locale": "en", "background": { "page": "background.html" }, "options_page": "data\/pages\/settings.html", "permissions": [ "http:\/\/*.turbofilm.tv\/", "https:\/\/*.turbofilm.tv\/", "http:\/\/*.turbik.tv\/", "https:\/\/*.turbik.tv\/", "http:\/\/*.tfsearch.ru\/", "http:\/\/api.myshows.ru\/", "notifications", "cookies", "tabs", "storage", "webRequest" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.turbofilm.tv\/*", "https:\/\/*.turbofilm.tv\/*", "http:\/\/*.turbik.tv\/*", "https:\/\/*.turbik.tv\/*" ], "css": [ "data\/styles\/injected.css" ], "js": [ "lib\/platform.js", "data\/scripts\/injected.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "19": "data\/imgs\/imageset\/bar-button.png" }, "default_title": "__MSG_popup_button__" }, "web_accessible_resources": [ "data\/imgs\/notification-icon.png", "data\/imgs\/turbofilm\/playload.gif", "data\/imgs\/imageset\/nav-arrows.png", "data\/imgs\/imageset\/message-arrows.png", "data\/imgs\/imageset\/ico.pics.png", "data\/imgs\/imageset\/ico.plus.png", "data\/imgs\/imageset\/ico.minus.png", "data\/imgs\/imageset\/ico.fav.png", "data\/imgs\/imageset\/ico.unfav.png", "data\/imgs\/imageset\/ico.info.png", "data\/imgs\/imageset\/ico.checked.png", "data\/imgs\/imageset\/ico.unchecked.png", "data\/imgs\/imageset\/ico.fullscreen.png", "data\/imgs\/imageset\/ico.s.hash.png", "data\/imgs\/imageset\/ico.s.spam.png", "data\/imgs\/imageset\/ico.s.spoiler.png", "data\/imgs\/imageset\/search.tag.png" ] } |