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.

Was ist FREE Movie Hub: Netflix, Recent Releases?

FREE Movie Hub: Netflix, Recent Releases ist eine Chrome-Erweiterung, die von Taishi's Lab entwickelt wurde, und ihr Hauptmerkmal ist "Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FREE Movie Hub: Netflix, Recent Releases-Erweiterungs-CRX-Datei herunterladen

Laden Sie FREE Movie Hub: Netflix, Recent Releases-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🙋🏻‍♀️ 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.                    

Grundlegende Informationen zur Erweiterung

Name FREE Movie Hub: Netflix, Recent Releases FREE Movie Hub: Netflix, Recent Releases
ID aneilagafcgkdhpgfmllmcmcbjbglgfo
Offizielle URL https://chromewebstore.google.com/detail/free-movie-hub-netflix-re/aneilagafcgkdhpgfmllmcmcbjbglgfo
Beschreibung Free Movie Hub lets you seamlessly browse content from Netflix, Hulu, and recent movie releases in a single interface.
Dateigröße 40.93 KB
Installationsanzahl 453
Aktuelle Version 1.4
Letztes Update 2023-11-15
Veröffentlichungsdatum 2023-09-10
Entwickler Taishi's Lab
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.privacypolicies.com/live/45f54ea1-8125-42d2-82f1-be4988a72673
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}