Plutonium Mirror

An Add-On for defining which Mirror to use for 5e Tools.

Plutonium Mirror क्या है?

Plutonium Mirror flamewave000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Add-On for defining which Mirror to use for 5e Tools."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plutonium Mirror एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An Add-On for defining which Mirror to use for 5e Tools. Comes with the primary website, as well as two known mirrors. You can also set it to custom and use your own hosted version of 5e Tools. This is primarily meant to be used with VTTs such as FoundryVTT where images, links, and content might get broken if 5e.tools is down.                    

एक्सटेंशन की मूल जानकारी

नाम Plutonium Mirror Plutonium Mirror
ID cmdfdklimdbgkakbnplpohmekimalljl
आधिकारिक URL https://chromewebstore.google.com/detail/plutonium-mirror/cmdfdklimdbgkakbnplpohmekimalljl
विवरण An Add-On for defining which Mirror to use for 5e Tools.
फ़ाइल का आकार 90.99 KB
स्थापना संख्या 914
वर्तमान संस्करण 2.4.1
अंतिम अपडेट 2021-09-12
प्रकाशन तिथि 2021-09-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर flamewave000
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/flamewave000/plutonium-mirror
सहायता पृष्ठ URL https://github.com/flamewave000/plutonium-mirror/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plutonium Mirror",
    "description": "An Add-On for defining which Mirror to use for 5e Tools.",
    "version": "2.4.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "64": "icons\/favicon-64x64.png",
        "128": "icons\/favicon-128x128.png",
        "144": "icons\/favicon-144x144.png",
        "256": "icons\/favicon-256x256.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "management",
        "*:\/\/*\/game",
        "*:\/\/app.roll20.net\/editor"
    ],
    "background": {
        "scripts": [
            "mirror.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Configure 5e Tools Mirror",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "32": "icons\/favicon-32x32.png",
            "48": "icons\/favicon-48x48.png",
            "64": "icons\/favicon-64x64.png",
            "128": "icons\/favicon-128x128.png",
            "144": "icons\/favicon-144x144.png",
            "256": "icons\/favicon-256x256.png"
        }
    }
}