Treatstream

This extension allows the user to Add treats on Treatstream

Treatstream क्या है?

Treatstream https://treatstream.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to Add treats on Treatstream"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Treatstream एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
        }
    ]
}