Steem Assistant

Steem Assistant adds additional functionality and information to Steemit.

Was ist Steem Assistant?

Steem Assistant ist eine Chrome-Erweiterung, die von steemassistant entwickelt wurde, und ihr Hauptmerkmal ist "Steem Assistant adds additional functionality and information to Steemit.".

Erweiterungsscreenshots

screenshot

Steem Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steem Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Steem Assistant provides addition functionality and information directly to the Steemit website.  This extensions adds a widget that shows current voting power, wallet balance and reward balance without the need to visit the wallet page.                    

Grundlegende Informationen zur Erweiterung

Name Steem Assistant Steem Assistant
ID ddlmgpcjofhdpejjjnegoilemileldfe
Offizielle URL https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe
Beschreibung Steem Assistant adds additional functionality and information to Steemit.
Dateigröße 182 KB
Installationsanzahl 18
Aktuelle Version 1.5.2
Letztes Update 2018-01-14
Veröffentlichungsdatum 2018-01-14
Entwickler steemassistant
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steem Assistant",
    "short_name": "SteemAssistant",
    "version": "1.5.2",
    "description": "Steem Assistant adds additional functionality and information to Steemit.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Steem Assistant"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steemit.com\/*",
                "http:\/\/steemit.com\/*",
                "https:\/\/mspsteem.com\/*",
                "http:\/\/mspsteem.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/steem.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}