WebRPG
Walk around webpages with a rpg character!
Qu'est-ce que WebRPG ?
WebRPG est une extension Chrome développée par https://dannyhendrix.com, et sa fonction principale est "Walk around webpages with a rpg character!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebRPG
Téléchargez les fichiers d'extension WebRPG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).
Informations de Base sur l'Extension
Nom | WebRPG |
ID | inchdjcmcanbgkliakpooegokknmomki |
URL Officiel | https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki |
Description | Walk around webpages with a rpg character! |
Taille du Fichier | 145 KB |
Nombre d'Installations | 83 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-05-21 |
Date de Publication | 2016-05-21 |
Évaluation | 4.43/5 Total 14 Évaluations |
Développeur | https://dannyhendrix.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.dannyhendrix.com |
Langues Prises en Charge | 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 } |