FREE Movie Hub: Netflix, Recent Releases
Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface.
什么是FREE Movie Hub: Netflix, Recent Releases?
FREE Movie Hub: Netflix, Recent Releases是由Taishi's Lab开发的Chrome扩展程序,该扩展的主要功能是“Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface.”。
扩展截图
下载FREE Movie Hub: Netflix, Recent Releases扩展crx文件
下载FREE Movie Hub: Netflix, Recent Releases扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        🙋🏻♀️ What Does This Chrome Extension Do?
✅ It navigates to a Free Movie platform (yfsp.tv). 
✅ It blocks the advertisements & tracking systems on yfsp.tv, providing an improved user experience.
________________________________________________________
🔍 For movie searches, enter the title in Chinese.
✅ If you're uncertain about the Chinese title, ask "What is ○○○○ called in Chinese?" on Google Bard.
________________________________________________________
💻 Privacy
✅ This Extension is designed with user privacy in mind, requiring only minimal permissions to function. Specifically, it needs permission to access yfsp.tv to remove advertisements and tracking codes.
✅ This extension does not collect or access any user data.                     扩展基本信息
| 名称 |   |  
| ID | aneilagafcgkdhpgfmllmcmcbjbglgfo | 
| 官方URL | https://chromewebstore.google.com/detail/free-movie-hub-netflix-re/aneilagafcgkdhpgfmllmcmcbjbglgfo | 
| 简介 | Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface. | 
| 文件大小 | 40.93 KB | 
| 安装次数 | 453 | 
| 当前版本 | 1.4 | 
| 更新时间 | 2023-11-15 | 
| 上架时间 | 2023-09-10 | 
| 开发者 | Taishi's Lab | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://www.privacypolicies.com/live/45f54ea1-8125-42d2-82f1-be4988a72673 | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FREE Movie Hub: Netflix, Recent Releases",
    "version": "1.4",
    "description": "Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "build\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.yfsp.tv\/*"
            ],
            "js": [
                "build\/content.js"
            ],
            "css": [
                "build\/bundle.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/www.yfsp.tv\/*"
            ]
        }
    ]
}  |  |