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
官方網址 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"
        }
    ]
}