Spitation Extension

Soyez au courant quand votre streameur préféré commence à streamer!

Spitation Extension là gì?

Spitation Extension là một tiện ích mở rộng Chrome được phát triển bởi Zygger, và tính năng chính của nó là "Soyez au courant quand votre streameur préféré commence à streamer!".

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

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

                        Voici l'extension de Spitation ! Télécharge là et soit au courant quand il stream.

Tu seras au courant grâce à l'icône qui passe en couleur quand il sera ON !
Juste un clique sur l'icône et tu seras redirigé vers son stream.                    

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

Tên Spitation Extension Spitation Extension
ID fapcjmpeikbacdjlghlebalpcifangfh
URL Chính Thức https://chrome.google.com/webstore/detail/spitation-extension/fapcjmpeikbacdjlghlebalpcifangfh
Mô tả Soyez au courant quand votre streameur préféré commence à streamer!
Kích Thước Tệp 62.69 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 2.4.5
Cập Nhật Lần Cuối 2016-10-02
Ngày Phát Hành 2016-10-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zygger
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spitation Extension",
    "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
    "version": "2.4.5",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}