Treatstream

This extension allows the user to Add treats on Treatstream

Co je Treatstream?

Treatstream je rozšíření Chrome vyvinuté https://treatstream.com, a jeho hlavní funkcí je „This extension allows the user to Add treats on Treatstream“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Treatstream

Stáhněte si soubory rozšíření Treatstream ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Add Treats instantly to TreatStream through the majesty of your desktop computer, you can fill up your food menu in no time.                    

Základní Informace o Rozšíření

Název Treatstream Treatstream
ID bhdnfblkkeeiodimcaehninbcmiiahkm
Oficiální URL https://chromewebstore.google.com/detail/treatstream/bhdnfblkkeeiodimcaehninbcmiiahkm
Popis This extension allows the user to Add treats on Treatstream
Velikost souboru 282 KB
Počet instalací 46,880
Aktuální Verze 1.0.98
Poslední Aktualizace 2023-11-14
Datum Vydání 2020-06-26
Hodnocení 3.90/5 Celkem 10 Hodnocení
Vývojář https://treatstream.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://treatstream.com/faq
URL Stránky Zásad Ochrany Soukromí https://treatstream.com/privacy
Podporované Jazyky 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"
        }
    ]
}