Steem Tools

Steem Tools

What is Steem Tools?

Steem Tools is a Chrome extension developed by HappyBerrysBoy, and its main feature is "Steem Tools".

Extension Screenshots

screenshot
screenshot

Download Steem Tools Extension CRX File

Download Steem Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        스팀잇사이트에서 바로 편하게 사용할 수 있는 기능들을 추가하였습니다.
(캡쳐화면등은 예전 버전입니다. 추후에 현재 버전의 캡쳐화면으로 수정 예정입니다.)

불편한 사항이나, 버그, 수정할 부분이 있으시면 https://www.steemit.com/@happyberrysboy의 아무글에나 댓글을 남겨 주시면 살펴보겠습니다.

많은 사용바랍니다.
감사합니다.                    

Extension Basic Information

Name Steem Tools Steem Tools
ID ifjgbijfaocfhnihljlppnonjogpipjl
Official URL https://chromewebstore.google.com/detail/steem-tools/ifjgbijfaocfhnihljlppnonjogpipjl
Description Steem Tools
File Size 1.93 MB
Installation Count 125
Current Version 2.2.10
Last Updated 2020-12-17
Publish Date 2019-09-01
Rating 5.00/5 Total 1 Ratings
Developer HappyBerrysBoy
Email [email protected]
Payment Type free
Privacy Policy Page URL https://upvuweb-api.upvu.org/privacy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steem Tools",
    "description": "Steem Tools",
    "version": "2.2.10",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steemit.com\/*",
                "https:\/\/weedcash.com\/*",
                "https:\/\/*.steemcoinpan.com\/*",
                "https:\/\/*.triplea.reviews\/*",
                "https:\/\/*.steemzzang.com\/*",
                "https:\/\/*.sportstalksocial.com\/*",
                "https:\/\/*.splintertalk.io\/*",
                "https:\/\/*.tokenbb.io\/",
                "https:\/\/*.actnearn.com\/*",
                "https:\/\/*.weedcash.network\/*",
                "https:\/\/blogs.bloque64.com\/*",
                "https:\/\/*.palnet.io\/*",
                "https:\/\/*.busy.org\/*",
                "https:\/\/steempeak.com\/*",
                "https:\/\/steem-engine.net\/*",
                "https:\/\/liv.steempeople.com\/*",
                "https:\/\/*.steemleo.com\/*",
                "https:\/\/www.sagoda.org\/*",
                "https:\/\/www.steeminven.com\/*",
                "https:\/\/*.tripsteem.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "thirdParty\/jquery3.3.1.min.js",
                "thirdParty\/vue.min.js",
                "thirdParty\/vue-material.min.js",
                "thirdParty\/steemjs.min.js",
                "thirdParty\/showdown.min.js",
                "contentConst.js",
                "content_script.js",
                "vue_source\/components\/graphql.js",
                "vue_source\/components\/dispVotingPower.js",
                "vue_source\/components\/dispFuncBtn.js",
                "vue_source\/components\/dialContent.js",
                "vue_source\/components\/tag.js",
                "vue_source\/components\/mdListItem.js",
                "vue_source\/components\/shortcutUser.js",
                "vue_source\/components\/tagFilter.js",
                "vue_source\/components\/shortcuttag.js",
                "vue_source\/components\/getMarkdown.js",
                "vue_source\/components\/goFamilySite.js",
                "vue_source\/components\/sourceStorage.js",
                "vue_source\/components\/runUrl.js",
                "vue_source\/components\/tabs.js",
                "vue_source\/components\/title.js",
                "vue_source\/vue_main.js"
            ],
            "css": [
                "thirdParty\/vue-material-icon.css",
                "thirdParty\/vue-material.min.css",
                "thirdParty\/vue-material-theme.default.css",
                "content_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Steem Tools",
        "default_icon": "steemit.png",
        "default_popup": "popup\/popup.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "contentConst.js",
            "background\/account.js",
            "background\/background.js"
        ],
        "persistent": false
    }
}