Netflix™ Secret Codes

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

What is Netflix™ Secret Codes?

Netflix™ Secret Codes is a Chrome extension developed by annymirellamoreno, and its main feature is "The new Netflix secret codes to view hidden content in the catalog".

Extension Screenshots

screenshot
screenshot

Download Netflix™ Secret Codes Extension CRX File

Download Netflix™ Secret Codes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Netflix™ Secret Codes Netflix™ Secret Codes
ID pihennolhadhicpkpgjdmgcdkpkahnjh
Official URL https://chrome.google.com/webstore/detail/netflix-secret-codes/pihennolhadhicpkpgjdmgcdkpkahnjh
Description The new Netflix secret codes to view hidden content in the catalog
File Size 868 KB
Installation Count 355
Current Version 1.1.3
Last Updated 2021-11-13
Publish Date 2021-03-08
Rating 4.00/5 Total 5 Ratings
Developer annymirellamoreno
Email [email protected]
Payment Type free
Supported Languages 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'"
}