Locklear

L'extension permet d'accéder au planning en temps réel et d'être notifié en début de stream ou a la sortie d'une nouvelle vidéo.

Locklear là gì?

Locklear là một tiện ích mở rộng Chrome được phát triển bởi https://locklear.fr, và tính năng chính của nó là "L'extension permet d'accéder au planning en temps réel et d'être notifié en début de stream ou a la sortie d'une nouvelle vidéo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Locklear

Tải xuống các tệp mở rộng Locklear dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Vous y retrouverez un planning en temps réel avec les annonces, les annulations, les modifications d'horaires ou les streams exceptionnels. Une partie vidéo vous permettra de consulter rapidement les dernières sorties de la chaîne tandis qu'une menu photo vous donnera aussi l'accès aux dernières publications. De plus vous y trouverez tous les liens vers les réseaux sociaux de la Locklear Industries.

Une fois installée, tous les nouveaux streams, nouvelles vidéos et nouvelles photos déclencheront une notification sur votre ordinateur et d'un simple clic vous permettront d’accéder simplement et rapidement au contenu.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Locklear Locklear
ID lafebpajhfmjnbaimoohgmmiclpmaici
URL Chính Thức https://chromewebstore.google.com/detail/locklear/lafebpajhfmjnbaimoohgmmiclpmaici
Mô tả L'extension permet d'accéder au planning en temps réel et d'être notifié en début de stream ou a la sortie d'une nouvelle vidéo.
Kích Thước Tệp 434 KB
Số Lần Cài Đặt 6,728
Phiên Bản Hiện Tại 5.0.0
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2020-07-03
Đánh Giá 5.00/5 Tổng số 66 Đánh Giá
Nhà Phát Triển https://locklear.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://locklear.fr
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Locklear",
    "version": "5.0.0",
    "description": "L'extension permet d'acc\u00e9der au planning en temps r\u00e9el et d'\u00eatre notifi\u00e9 en d\u00e9but de stream ou a la sortie d'une nouvelle vid\u00e9o.",
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/static-cdn.jtvnw.net\/*",
        "*:\/\/i.ytimg.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.api.locklear.fr\/*",
        "*:\/\/*.static.locklear.fr\/*"
    ],
    "action": {
        "default_title": "Locklear",
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "64": "assets\/img\/icons\/icon64.png",
            "128": "assets\/img\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "64": "assets\/img\/icons\/icon64.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}