filma24

This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.

filma24란 무엇입니까?

filma24은(는) https://emanuelzhupa.netlify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

filma24 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.                    

확장 프로그램 기본 정보

이름 filma24 filma24
ID jmkgalgjcajmnaffhhccaialhephchei
공식 URL https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei
설명 This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
파일 크기 14.9 KB
설치 횟수 215
현재 버전 3.1.2
최근 업데이트 2023-12-30
출시 날짜 2021-06-08
평점 4.25/5 총 4 개의 평점
개발자 https://emanuelzhupa.netlify.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://emanuelzhupa.netlify.com/
도움말 페이지 URL https://emanuelzhupa.netlify.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "filma24",
    "description": "",
    "version": "3.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "24": "img\/logo-24.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-4e7ca6d4.js"
            ],
            "matches": [
                "https:\/\/www.filma24.pl\/*",
                "https:\/\/www.filma24.cyou\/*",
                "https:\/\/www.filma24.ch\/*",
                "https:\/\/filma24.click\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-24.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/filma24.click\/*",
                "https:\/\/www.filma24.ch\/*",
                "https:\/\/www.filma24.cyou\/*",
                "https:\/\/www.filma24.pl\/*"
            ],
            "resources": [
                "assets\/chunk-04611aa4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}