Netflix™ Secret Codes

The new Netflix secret codes to view hidden content in the catalog

Netflix™ Secret Codes란 무엇입니까?

Netflix™ Secret Codes은(는) annymirellamoreno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The new Netflix secret codes to view hidden content in the catalog"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Netflix™ Secret Codes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Desbloquea miles de series y peliculas con los codigos secretos, esta extension te muestra una gran cantidad de codigos secretos de netflix donde podras desbloquear todo un nuevo catalogo de series y peliculas.
Como usarlo?
1. instala la extension
2. click en el icono de la extension
3. selecciona el genero de cada codigo
4. disfruta                    

확장 프로그램 기본 정보

이름 Netflix™ Secret Codes Netflix™ Secret Codes
ID pihennolhadhicpkpgjdmgcdkpkahnjh
공식 URL https://chrome.google.com/webstore/detail/netflix-secret-codes/pihennolhadhicpkpgjdmgcdkpkahnjh
설명 The new Netflix secret codes to view hidden content in the catalog
파일 크기 868 KB
설치 횟수 355
현재 버전 1.1.3
최근 업데이트 2021-11-13
출시 날짜 2021-03-08
평점 4.00/5 총 5 개의 평점
개발자 annymirellamoreno
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.3",
    "default_locale": "es",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.jpg",
        "*.JPG",
        "*.PNG",
        "*.png",
        "*.svg"
    ],
    "background": {
        "scripts": [
            "src\/lbr\/jquery.min.js",
            "src\/lbr\/Util.js",
            "src\/lbr\/bg.js",
            "src\/functions.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/util\/jquery.min.js",
                "src\/util\/localbase.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lbr\/container.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "http:\/\/*\/",
        "storage",
        "history",
        "tabs",
        "activeTab",
        "background"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}