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ファイルをダウンロード

Netflix™ Secret Codes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}