AoN Attacker

A quick and simple extension to add buttons to Archives of Nethys monster stat blocks for Pathfinder 2e and Starfinder.

AoN Attacker क्या है?

AoN Attacker doctor.unspeakable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick and simple extension to add buttons to Archives of Nethys monster stat blocks for Pathfinder 2e and Starfinder."।

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

screenshot
screenshot
screenshot

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

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

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

                        A quick and simple extension to add buttons to Archives of Nethys monster stat blocks for Pathfinder 2e and Starfinder.                    

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

नाम AoN Attacker AoN Attacker
ID lgiclipneiadjdfcmdljmpfhhbjbipbh
आधिकारिक URL https://chromewebstore.google.com/detail/aon-attacker/lgiclipneiadjdfcmdljmpfhhbjbipbh
विवरण A quick and simple extension to add buttons to Archives of Nethys monster stat blocks for Pathfinder 2e and Starfinder.
फ़ाइल का आकार 45 KB
स्थापना संख्या 141
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-12-19
प्रकाशन तिथि 2019-12-19
रेटिंग 4.88/5 कुल 8 रेटिंग्स
डेवलपर doctor.unspeakable
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AoN Attacker",
    "version": "1.2",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aonprd.com\/Monsters.aspx*",
                "*:\/\/*.aonsrd.com\/AlienDisplay.aspx*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "2e Aon Attacker",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "84": "icon84.png"
    },
    "permissions": [
        "storage"
    ]
}