Gamers' Plane

Options for changing the Gamers' Plane experience.

Τι είναι το Gamers' Plane;

Το Gamers' Plane είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adam, και η κύρια λειτουργία του είναι "Options for changing the Gamers' Plane experience.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Gamers' Plane

Λήψη αρχείων επέκτασης Gamers' Plane σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Indicator to see which players are online.
Populate character sheets from DnD Beyond                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gamers' Plane Gamers' Plane
ID bbcbnnmaankiikjcdfdpejnebjllldmp
Επίσημο URL https://chromewebstore.google.com/detail/gamers-plane/bbcbnnmaankiikjcdfdpejnebjllldmp
Περιγραφή Options for changing the Gamers' Plane experience.
Μέγεθος Αρχείου 52.94 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 1.0.0.3
Τελευταία Ενημέρωση 2022-05-27
Ημερομηνία Δημοσίευσης 2020-08-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής adam
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamers' Plane",
    "version": "1.0.0.3",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "64": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Options for changing the Gamers' Plane experience.",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gamersplane.com\/forums\/thread\/*",
                "https:\/\/mapdm.com\/forums\/thread\/*"
            ],
            "css": [
                "gp-thread.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "setting-storage.js",
                "gp-thread.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/gamersplane.com\/characters\/dnd5\/*\/edit\/",
                "https:\/\/mapdm.com\/characters\/dnd5\/*\/edit\/"
            ],
            "css": [
                "gp-edit-dnd5e.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "setting-storage.js",
                "gp-edit-dnd5e.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/gamersplane.com\/characters\/custom\/*\/edit\/",
                "https:\/\/mapdm.com\/characters\/custom\/*\/edit\/"
            ],
            "css": [
                "gp-edit-dnd5e.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "setting-storage.js",
                "gp-edit-custom.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/profile\/*\/characters\/*",
                "https:\/\/www.dndbeyond.com\/characters\/*\/*",
                "https:\/\/www.dndbeyond.com\/characters\/*"
            ],
            "css": [
                "dndb-charactersheet.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "setting-storage.js",
                "dndb-charactersheet.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}