WebRPG

Walk around webpages with a rpg character!

Cos'è WebRPG?

WebRPG è un'estensione di Chrome sviluppata da https://dannyhendrix.com, e la sua funzione principale è "Walk around webpages with a rpg character!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WebRPG

Scarica i file di estensione WebRPG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WebRPG WebRPG
ID inchdjcmcanbgkliakpooegokknmomki
URL Ufficiale https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki
Descrizione Walk around webpages with a rpg character!
Dimensione del File 145 KB
Conteggio Installazioni 83
Versione Corrente 2.0
Ultimo Aggiornamento 2016-05-21
Data di Pubblicazione 2016-05-21
Valutazione 4.43/5 Totale 14 Valutazioni
Sviluppatore https://dannyhendrix.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dannyhendrix.com
Lingue Supportate 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
}