Netflixy • نتفلكسي

Profitez d’une meilleure expérience NETFLIX

Netflixy • نتفلكسيคืออะไร?

Netflixy • نتفلكسي เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netflixyapp.github.io และคุณลักษณะหลักของมันคือ "Profitez d’une meilleure expérience NETFLIX"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflixy • نتفلكسي

ดาวน์โหลดไฟล์ส่วนขยาย Netflixy • نتفلكسي ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Netflixy vous donne un accès facile et rapide à votre session Netflix, et ce, à travers votre compte Facebook.

En vous connectant avec votre compte Facebook, Netflixy vous permet d'importer instantanément votre session Netflix enregistrée au préalable et directement bénéficier du catalogue Netflix disponible.

Fonctionnalités:
► Design simple et innovant
► Authentification rapide et sécurisée
► Accès à Netflix en deux clicks

Cette extension requiert que vous ayez déjà enregistré votre session Netflix à travers Netflixy.

Pour plus d'informations, veuillez nous contacter sur:
E-mail: [email protected]
Facebook: fb.me/netflixyapp
Instagram: @netflixyapp

Quoi de neuf dans cette version ?
1.2.8 - Améliorations diverses.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netflixy • نتفلكسي Netflixy • نتفلكسي
ID kagddenkmcelpodemgjlanjglbnhdknp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflixy-%E2%80%A2-%D9%86%D8%AA%D9%81%D9%84%D9%83%D8%B3%D9%8A/kagddenkmcelpodemgjlanjglbnhdknp
คำอธิบาย Profitez d’une meilleure expérience NETFLIX
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 244,414
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2023-07-24
วันที่เผยแพร่ 2022-04-28
คะแนน 3.54/5 รวมทั้งหมด 180 คะแนน
ผู้พัฒนา https://netflixyapp.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://netflixyapp.github.io/
URL หน้าช่วยเหลือ https://www.facebook.com/netflixytn
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflixy \u2022 \u0646\u062a\u0641\u0644\u0643\u0633\u064a",
    "description": "Profitez d\u2019une meilleure exp\u00e9rience NETFLIX",
    "version": "1.2.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.netflix.com\/*"
    ],
    "action": {
        "default_icon": "\/images\/icon.png",
        "default_title": "Netflixy \u2022 \u0646\u062a\u0641\u0644\u0643\u0633\u064a"
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}