LEQUIPE Plus

Avec LEQUIPE Plus, Lisez les articles abonnés gratuitement!

LEQUIPE Plus là gì?

LEQUIPE Plus là một tiện ích mở rộng Chrome được phát triển bởi Lebraude, và tính năng chính của nó là "Avec LEQUIPE Plus, Lisez les articles abonnés gratuitement!".

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

screenshot

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

Tải xuống các tệp mở rộng LEQUIPE Plus 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

                        Lisez tous les articles abonnées sur le site lequipe.fr
Les articles abonnées seront visible après le chargement complet de la page.

D'autres fonctionnalités sont à venir.                    

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

Tên LEQUIPE Plus LEQUIPE Plus
ID ahoefkihlmokjlopbmemmejeanibamdg
URL Chính Thức https://chromewebstore.google.com/detail/lequipe-plus/ahoefkihlmokjlopbmemmejeanibamdg
Mô tả Avec LEQUIPE Plus, Lisez les articles abonnés gratuitement!
Kích Thước Tệp 16.67 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-01-24
Ngày Phát Hành 2020-01-24
Nhà Phát Triển Lebraude
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0",
    "default_locale": "fr",
    "manifest_version": 2,
    "icons": {
        "16": "public\/assets\/icon16.png",
        "48": "public\/assets\/icon48.png",
        "128": "public\/assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lequipe.fr\/*"
            ],
            "js": [
                "src\/content-scripts\/article.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "public\/assets\/*"
    ]
}