Treatstream

This extension allows the user to Add treats on Treatstream

什么是Treatstream?

Treatstream是由https://treatstream.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to Add treats on Treatstream”。

扩展截图

screenshot
screenshot

下载Treatstream扩展crx文件

下载Treatstream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Treatstream Treatstream
ID bhdnfblkkeeiodimcaehninbcmiiahkm
官方URL https://chromewebstore.google.com/detail/treatstream/bhdnfblkkeeiodimcaehninbcmiiahkm
简介 This extension allows the user to Add treats on Treatstream
文件大小 282 KB
安装次数 46,880
当前版本 1.0.98
更新时间 2023-11-14
上架时间 2020-06-26
评分 3.90/5 共10次评分
开发者 https://treatstream.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://treatstream.com/faq
隐私政策页面URL https://treatstream.com/privacy
支持的语言 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"
        }
    ]
}