Jeux gratuits - The-JeuxFlash.com

Jouez à plusieurs milliers de jeux en ligne gratuitement !

Jeux gratuits - The-JeuxFlash.com là gì?

Jeux gratuits - The-JeuxFlash.com là một tiện ích mở rộng Chrome được phát triển bởi https://www.the-jeuxflash.com, và tính năng chính của nó là "Jouez à plusieurs milliers de jeux en ligne gratuitement !".

Ả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 Jeux gratuits - The-JeuxFlash.com

Tải xuống các tệp mở rộng Jeux gratuits - The-JeuxFlash.com 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

                        Jouez en ligne à des jeux gratuits grâce à l’extension pour Chrome de The-JeuxFlash.com.

★ Totalement gratuite et légère, cette extension vous permet en un clic de consulter les derniers jeux ajoutés sur The-JeuxFlash.com, de retrouver facilement les meilleures catégories du site (Escape, Enquête, Objets Cachés, Multijoueurs, Fille, etc...) et de chercher un jeu précis en utilisant le champ de recherche intégré.

Pour profiter de toutes les fonctionnalités de notre extension, nous vous recommandons d'utiliser la dernière version de votre navigateur Google Chrome.

-------------------------------------------

► Comment jouer à nos jeux flash sur Chrome ?

Si Flash n'est pas activé sur votre navigateur, consultez la page suivante et suivez les instructions indiquées : http://www.the-jeuxflash.com/aide#probleme-jeux

-------------------------------------------

► Comment jouer à nos jeux HTML5 ?

Ces jeux ne nécessitent aucun plugin pour fonctionner, vous devez juste vous assurer de disposer de la version la plus récente de votre navigateur Google Chrome.                    

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

Tên Jeux gratuits - The-JeuxFlash.com Jeux gratuits - The-JeuxFlash.com
ID ccnaigimpbpdnckifklmbamndjonobio
URL Chính Thức https://chromewebstore.google.com/detail/jeux-gratuits-the-jeuxfla/ccnaigimpbpdnckifklmbamndjonobio
Mô tả Jouez à plusieurs milliers de jeux en ligne gratuitement !
Kích Thước Tệp 26.67 KB
Số Lần Cài Đặt 3,253
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-11-12
Ngày Phát Hành 2017-11-11
Đánh Giá 3.95/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://www.the-jeuxflash.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.the-jeuxflash.com/
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16x16.png",
            "32": "img\/icon_32x32.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/hideButton.js"
            ],
            "matches": [
                "*:\/\/*.the-jeuxflash.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "The-JeuxFlash.com",
    "version": "1.0.6",
    "default_locale": "fr",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/[email protected]",
        "128": "img\/icon_128x128.png"
    },
    "minimum_chrome_version": "49",
    "permissions": [
        "*:\/\/*.the-jeuxflash.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}