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
Eメール [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"
        }
    ]
}