WebRPG
Walk around webpages with a rpg character!
Wat is WebRPG?
WebRPG is een Chrome-extensie ontwikkeld door https://dannyhendrix.com, en de belangrijkste functie is "Walk around webpages with a rpg character!".
Extensie Screenshots
Download het CRX-bestand van de extensie WebRPG
Download WebRPG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).
Basisinformatie over de Extensie
Naam | WebRPG |
ID | inchdjcmcanbgkliakpooegokknmomki |
Officiële URL | https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki |
Beschrijving | Walk around webpages with a rpg character! |
Bestandsgrootte | 145 KB |
Aantal Installaties | 83 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-05-21 |
Publicatiedatum | 2016-05-21 |
Beoordeling | 4.43/5 Totaal 14 Beoordelingen |
Ontwikkelaar | https://dannyhendrix.com |
Betalingswijze | free |
Extensiewebsite | http://www.dannyhendrix.com |
Ondersteunde Talen | 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 } |