Steem Tools

This is a Chrome Extension that has a few SteemIt Tools.

Apa itu Steem Tools?

Steem Tools adalah ekstensi Chrome yang dikembangkan oleh https://helloacm.com, dan fitur utamanya adalah "This is a Chrome Extension that has a few SteemIt Tools.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Steem Tools

Unduh file ekstensi Steem Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A Chrome Extension that contains a few handy steemit tools. Source Code: https://github.com/DoctorLai/SteemTools                    

Informasi Dasar Ekstensi

Nama Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
URL Resmi https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Deskripsi This is a Chrome Extension that has a few SteemIt Tools.
Ukuran File 1.58 MB
Jumlah Instalasi 57
Versi Saat Ini 0.0.14
Terakhir Diperbarui 2019-06-13
Tanggal Publikasi 2019-06-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://helloacm.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://helloacm.com/tools/steemit/
URL Halaman Bantuan https://helloacm.com/tools/steemit/
URL Halaman Kebijakan Privasi https://helloacm.com/disclaimer
Bahasa yang Didukung en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "manifest_version": 2,
    "name": "Steem Tools",
    "short_name": "steemtools",
    "default_locale": "en",
    "version": "0.0.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Steem Tools",
        "default_popup": "main.html"
    },
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This is a Chrome Extension that has a few SteemIt Tools.",
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*",
        "bs\/*"
    ],
    "content_security_policy": "connect-src https:\/\/*; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/context.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ]
}