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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://treatstream.com/faq
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}