Treatstream

This extension allows the user to Add treats on Treatstream

Treatstreamคืออะไร?

Treatstream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://treatstream.com และคุณลักษณะหลักของมันคือ "This extension allows the user to Add treats on Treatstream"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Treatstream

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}