Treatstream

This extension allows the user to Add treats on Treatstream

Treatstream là gì?

Treatstream là một tiện ích mở rộng Chrome được phát triển bởi https://treatstream.com, và tính năng chính của nó là "This extension allows the user to Add treats on Treatstream".

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

screenshot
screenshot

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

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

                        Add Treats instantly to TreatStream through the majesty of your desktop computer, you can fill up your food menu in no time.                    

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

Tên Treatstream Treatstream
ID bhdnfblkkeeiodimcaehninbcmiiahkm
URL Chính Thức https://chromewebstore.google.com/detail/treatstream/bhdnfblkkeeiodimcaehninbcmiiahkm
Mô tả This extension allows the user to Add treats on Treatstream
Kích Thước Tệp 282 KB
Số Lần Cài Đặt 46,880
Phiên Bản Hiện Tại 1.0.98
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2020-06-26
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://treatstream.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://treatstream.com/faq
URL Trang Chính Sách Bảo Mật https://treatstream.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Treatstream",
    "description": "This extension allows the user to Add treats on Treatstream",
    "version": "1.0.98",
    "background": {
        "scripts": [
            "jquery-1.10.2.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.10.2.js",
                "jquery-ui.min.js",
                "jquery.lazyload.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}