SubFi
Phụ đề Song ngữ trên aanime.biz, netflix.com và bilibili.tv
Wat is SubFi?
SubFi is een Chrome-extensie ontwikkeld door https://subfi.vn, en de belangrijkste functie is "Phụ đề Song ngữ trên aanime.biz, netflix.com và bilibili.tv".
Extensie Screenshots
Download het CRX-bestand van de extensie SubFi
Download SubFi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
SUBFI - Học Tiếng Nhật dễ dàng hơn! Hỗ trợ trên trang web https://aanime.biz/, https://www.netflix.com/ và https://www.bilibili.tv/ SUBFI là công cụ hỗ trợ SUB cho phim và video. Nhằm hỗ trợ người học tiếp cận dễ dàng hơn với Tiếng Nhật. ** XEM ANIME, DRAMA CÓ PHỤ ĐỀ SONG NGỮ Điều này giúp bạn tham chiếu được cách dùng từ dùng câu. Bạn không còn nói sai, dùng sai từ nữa. Việc học Ngoại Ngữ của bạn có tính thực tế cao hơn nhiều so với sách vở. ** HIỆN FURIGANA Hiển thị Furigana trên sub Nhật ** TỪ ĐIỂN Chức năng từ điển hỗ trợ tra từ khi ấn vào sub Nhật ** TÙY CHỈNH MÀU SẮC VÀ CỠ CHỮ Việc tùy chọn màu sắc giúp bạn tăng khả năng ghi nhớ hơn và tránh mỏi mắt. Còn tùy chỉnh cỡ chữ hỗ trợ bạn đọc Sub với cỡ phù hợp nhất.
Basisinformatie over de Extensie
Naam | SubFi |
ID | cbimnldakmfbeidlbbffcplfdphamhki |
Officiële URL | https://chromewebstore.google.com/detail/subfi/cbimnldakmfbeidlbbffcplfdphamhki |
Beschrijving | Phụ đề Song ngữ trên aanime.biz, netflix.com và bilibili.tv |
Bestandsgrootte | 18.8 MB |
Aantal Installaties | 3,635 |
Huidige Versie | 5.0.3 |
Laatst Bijgewerkt | 2024-02-22 |
Publicatiedatum | 2021-08-18 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://subfi.vn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://subfi.vn |
Help Pagina-URL | https://aanime.biz/ |
URL van de Privacybeleid Pagina | https://subfi.vn/policy/en |
Ondersteunde Talen | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SubFi", "description": "Ph\u1ee5 \u0111\u1ec1 Song ng\u1eef tr\u00ean aanime.biz, netflix.com v\u00e0 bilibili.tv", "homepage_url": "https:\/\/subfi.vn\/", "version": "5.0.3", "icons": { "128": "images\/icon128.png" }, "action": { "default_popup": "\/login.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*", "dict\/*" ], "matches": [ "https:\/\/aanime.biz\/*", "https:\/\/beta.aanime.biz\/*", "https:\/\/*.netflix.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/aanime.biz\/*", "https:\/\/beta.aanime.biz\/*", "https:\/\/*.netflix.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.bilibili.tv\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "content_scripts": [ { "matches": [ "https:\/\/aanime.biz\/*", "https:\/\/beta.aanime.biz\/*", "https:\/\/*.netflix.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.bilibili.tv\/*" ], "js": [ "js\/bubbles-modified.js" ], "css": [ ".\/css\/foreground_styles.css", ".\/css\/sub-box.css" ] } ], "externally_connectable": { "matches": [ "https:\/\/aanime.biz\/*", "https:\/\/beta.aanime.biz\/*" ] }, "permissions": [ "activeTab", "scripting", "cookies", "storage" ] } |