SubFi
Phụ đề Song ngữ trên aanime.biz, netflix.com và bilibili.tv
What is SubFi?
SubFi is a Chrome extension developed by https://subfi.vn, and its main feature is "Phụ đề Song ngữ trên aanime.biz, netflix.com và bilibili.tv".
Extension Screenshots
Download SubFi Extension CRX File
Download SubFi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SubFi |
ID | cbimnldakmfbeidlbbffcplfdphamhki |
Official URL | https://chromewebstore.google.com/detail/subfi/cbimnldakmfbeidlbbffcplfdphamhki |
Description | Phụ đề Song ngữ trên aanime.biz, netflix.com và bilibili.tv |
File Size | 18.8 MB |
Installation Count | 3,635 |
Current Version | 5.0.3 |
Last Updated | 2024-02-22 |
Publish Date | 2021-08-18 |
Rating | 4.40/5 Total 5 Ratings |
Developer | https://subfi.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://subfi.vn |
Help Page URL | https://aanime.biz/ |
Privacy Policy Page URL | https://subfi.vn/policy/en |
Supported Languages | 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" ] } |