DrFeelgood Live Extension

DrFeelgood Live Extension

DrFeelgood Live Extension là gì?

DrFeelgood Live Extension là một tiện ích mở rộng Chrome được phát triển bởi Onutrem, và tính năng chính của nó là "DrFeelgood Live Extension".

Ả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 DrFeelgood Live Extension

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

                        Extension chrome qui permet de savoir quand Drfeelgood stream.
- Une notification cliquable apparaît quand le stream est online !

Version 2.0 par Drakirus :

Nouveautés :
- Planning
- Réseaux sociaux                    

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

Tên DrFeelgood Live Extension DrFeelgood Live Extension
ID onohnmbhcdoojggfakcgmiaoafahkdff
URL Chính Thức https://chrome.google.com/webstore/detail/drfeelgood-live-extension/onohnmbhcdoojggfakcgmiaoafahkdff
Mô tả DrFeelgood Live Extension
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 888
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2016-10-03
Ngày Phát Hành 2016-10-03
Đánh Giá 4.72/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Onutrem
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "DFG - Offline",
        "default_icon": "icon_OFFLINE.png",
        "default_popup": "popup.html"
    },
    "name": "DrFeelgood Live Extension",
    "author": "Github@Drakirus, Pierre Champion",
    "description": "DrFeelgood Live Extension",
    "version": "2.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/raw.githubusercontent.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "256": "icons\/logo256.png",
        "128": "icons\/logo128.png",
        "64": "icons\/logo64.png",
        "32": "icons\/logo32.png",
        "48": "icon_OFFLINE.png"
    }
}