Tonscan+

Google Chrome extension dedicated to providing a better user experience on tonscan.org

What is Tonscan+?

Tonscan+ is a Chrome extension developed by The Daily TON, and its main feature is "Google Chrome extension dedicated to providing a better user experience on tonscan.org".

Extension Screenshots

screenshot
screenshot

Download Tonscan+ Extension CRX File

Download Tonscan+ 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

                        A simple tool that adds address book to the most convenient TON explorer.

— Add your custom names to any TON addresses
— Expand the database of TON addresses by submitting them on GitHub
— Find out who premined all Toncoin

Created by The Daily TON                    

Extension Basic Information

Name Tonscan+ Tonscan+
ID egonpnmjojlaogggbjklkbkflgipljpd
Official URL https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd
Description Google Chrome extension dedicated to providing a better user experience on tonscan.org
File Size 95.92 KB
Installation Count 50
Current Version 1.1.5
Last Updated 2022-10-19
Publish Date 2022-09-26
Rating 4.00/5 Total 1 Ratings
Developer The Daily TON
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tonscan+",
    "version": "1.1.5",
    "description": "Google Chrome extension dedicated to providing a better user experience on tonscan.org",
    "author": {
        "name": "The Daily TON",
        "email": "[email protected]"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*.json",
                "config.js",
                "icons\/*.gif",
                "icons\/*.png"
            ],
            "matches": [
                "*:\/\/*.tonscan.org\/*",
                "*:\/\/tonscan.org\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tonscan.org\/*",
                "*:\/\/tonscan.org\/*"
            ],
            "js": [
                "js\/so.js",
                "js\/loader.js"
            ]
        }
    ],
    "action": {
        "default_title": "Tonscan+",
        "default_popup": "index.html"
    }
}