WebRPG

Walk around webpages with a rpg character!

WebRPG क्या है?

WebRPG https://dannyhendrix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Walk around webpages with a rpg character!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).                    

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

नाम WebRPG WebRPG
ID inchdjcmcanbgkliakpooegokknmomki
आधिकारिक URL https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki
विवरण Walk around webpages with a rpg character!
फ़ाइल का आकार 145 KB
स्थापना संख्या 83
वर्तमान संस्करण 2.0
अंतिम अपडेट 2016-05-21
प्रकाशन तिथि 2016-05-21
रेटिंग 4.43/5 कुल 14 रेटिंग्स
डेवलपर https://dannyhendrix.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.dannyhendrix.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRPG",
    "description": "Walk around webpages with a rpg character!",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "name": "Activate WebRPG",
        "default_icon": "images\/icons\/icon.png"
    },
    "icons": {
        "16": "images\/icons\/icon.png",
        "48": "images\/icons\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/character\/*.teamx"
    ],
    "manifest_version": 2
}