Treatstream

This extension allows the user to Add treats on Treatstream

Wat is Treatstream?

Treatstream is een Chrome-extensie ontwikkeld door https://treatstream.com, en de belangrijkste functie is "This extension allows the user to Add treats on Treatstream".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Treatstream

Download Treatstream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Treatstream Treatstream
ID bhdnfblkkeeiodimcaehninbcmiiahkm
Officiële URL https://chromewebstore.google.com/detail/treatstream/bhdnfblkkeeiodimcaehninbcmiiahkm
Beschrijving This extension allows the user to Add treats on Treatstream
Bestandsgrootte 282 KB
Aantal Installaties 46,880
Huidige Versie 1.0.98
Laatst Bijgewerkt 2023-11-14
Publicatiedatum 2020-06-26
Beoordeling 3.90/5 Totaal 10 Beoordelingen
Ontwikkelaar https://treatstream.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://treatstream.com/faq
URL van de Privacybeleid Pagina https://treatstream.com/privacy
Ondersteunde Talen 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"
        }
    ]
}