FlixMiner

FlixMiner

FlixMiner란 무엇입니까?

FlixMiner은(는) Mairo Vergara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FlixMiner"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Minere legendas de filmes e seriados sem pausar o que estiver assistindo e depois use as frases em conjunto com um SRS para aprimorar seus estudos de idiomas.                    

확장 프로그램 기본 정보

이름 FlixMiner FlixMiner
ID daofhghgaljfadogdfhllpfoieipjmhb
공식 URL https://chromewebstore.google.com/detail/flixminer/daofhghgaljfadogdfhllpfoieipjmhb
설명 FlixMiner
파일 크기 522 KB
설치 횟수 10,511
현재 버전 1.15.4
최근 업데이트 2022-11-11
출시 날짜 2020-06-21
평점 4.58/5 총 36 개의 평점
개발자 Mairo Vergara
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flixminer.com
개인정보 보호 정책 페이지 URL https://flixminer.com
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnZrfi3Adts+wibsCVQIL5Hp1YALLFnupFLluPk43T9i4+lKJ9BWQ\/hMpal4tbyWVBXl\/LjKf3U2FYYzo7JuSR7IJ2lPHINoTYgKrv1cXiChXl8MISyldEeVYEPsOD6bm+RKa9tHMSsxHWA8K+huAHT1bAMzVZN0yYPUnSbvaKWkQB+fUaMgAtdEFNjbm+xu2KMNZtDacGdTJj15DToz5HBGSuIKtYjA4\/d2\/w5NCGNn+Qgjs8X0+FbbmXThjngFbQZvqV4yP7kVgw0t\/lwunRVQkISWzLubZH7UglScBIglbjcyZiZIc6mADTP8GXBnanBNcoWHHpto3dxg4FDW0iQIDAQAB",
    "manifest_version": 3,
    "name": "FlixMiner",
    "version": "1.15.4",
    "description": "FlixMiner",
    "author": "Mairo Vergara",
    "options_page": "scripts\/pages\/options\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.primevideo.com\/*",
        "https:\/\/www.disneyplus.com\/*",
        "https:\/\/play.hbomax.com\/*",
        "https:\/\/www.starplus.com\/*\/**",
        "https:\/\/flixminer.com\/*\/**"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logos\/logo.png",
                "icons\/icon-watch.svg",
                "icons\/icon-watch-grey.svg",
                "icons\/copy.svg",
                "icons\/close.svg"
            ],
            "matches": [
                "https:\/\/localhost:4200\/*",
                "*:\/\/www.netflix.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.primevideo.com\/*",
                "*:\/\/www.disneyplus.com\/*",
                "*:\/\/play.hbomax.com\/*",
                "*:\/\/www.starplus.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/flixminer.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/logo\/logo-16.png",
        "32": "icons\/logo\/logo-32.png",
        "48": "icons\/logo\/logo-48.png",
        "128": "icons\/logo\/logo-128.png"
    },
    "action": {
        "default_title": "FlixMiner",
        "default_icon": {
            "16": "icons\/logo\/logo-16.png",
            "32": "icons\/logo\/logo-32.png",
            "48": "icons\/logo\/logo-48.png",
            "128": "icons\/logo\/logo-128.png"
        },
        "default_popup": "scripts\/pages\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.primevideo.com\/*",
                "*:\/\/www.disneyplus.com\/*",
                "*:\/\/play.hbomax.com\/*",
                "*:\/\/www.starplus.com\/*"
            ],
            "exclude_globs": [],
            "js": [
                "scripts\/config.js",
                "scripts\/services\/log.js",
                "scripts\/services\/streaming.js",
                "scripts\/services\/api.js",
                "assets\/jquery.min.js",
                "assets\/jquery.hotkeys.js",
                "scripts\/content-scripts\/streaming-startup.js",
                "scripts\/main.js",
                "scripts\/services\/chrome-storage.js"
            ],
            "css": [
                "scripts\/content-scripts\/streaming.css",
                "css\/icons.css"
            ]
        },
        {
            "matches": [
                "*:\/\/flixminer.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "assets\/jquery.min.js"
            ]
        }
    ],
    "commands": []
}