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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taishi's Lab และคุณลักษณะหลักของมันคือ "Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FREE Movie Hub: Netflix, Recent Releases

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FREE Movie Hub: Netflix, Recent Releases 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\/*"
            ]
        }
    ]
}