Transum

A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…

What is Transum?

Transum is a Chrome extension developed by plus.extensions.dev, and its main feature is "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Transum Extension CRX File

Download Transum 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 google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant check, and in-depth init function review. It also has some features like answer filling, and even a trophy maker (please use with caution) (use at your OWN risk, I will NOT be held realisable for ANY usage of this software)!                    

Extension Basic Information

Name Transum Transum
ID ccfdipkacmkaghoikblhbkmlanhepagc
Official URL https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc
Description A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
File Size 38.89 KB
Installation Count 77
Current Version 1.0.0.2
Last Updated 2021-11-23
Publish Date 2021-10-13
Developer plus.extensions.dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transum",
    "browser_action": {
        "default_title": "Transum",
        "default_popup": "browser.html"
    },
    "icons": {
        "16": "transum.png",
        "48": "transum.png",
        "128": "transum.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.transum.org\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.transum.org\/*",
        "http:\/\/*.transum.org\/*"
    ],
    "manifest_version": 2,
    "version": "1.0.0.2"
}