Steem Assistant

Steem Assistant adds additional functionality and information to Steemit.

Wat is Steem Assistant?

Steem Assistant is een Chrome-extensie ontwikkeld door steemassistant, en de belangrijkste functie is "Steem Assistant adds additional functionality and information to Steemit.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Steem Assistant

Download Steem Assistant-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

                        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.                    

Basisinformatie over de Extensie

Naam Steem Assistant Steem Assistant
ID ddlmgpcjofhdpejjjnegoilemileldfe
Officiële URL https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe
Beschrijving Steem Assistant adds additional functionality and information to Steemit.
Bestandsgrootte 182 KB
Aantal Installaties 18
Huidige Versie 1.5.2
Laatst Bijgewerkt 2018-01-14
Publicatiedatum 2018-01-14
Ontwikkelaar steemassistant
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}