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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🙋🏻♀️ 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.
확장 프로그램 기본 정보
이름 | FREE Movie Hub: Netflix, Recent Releases |
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\/*" ] } ] } |