WebRPG
Walk around webpages with a rpg character!
What is WebRPG?
WebRPG is a Chrome extension developed by https://dannyhendrix.com, and its main feature is "Walk around webpages with a rpg character!".
Extension Screenshots
Download WebRPG Extension CRX File
Download WebRPG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).
Extension Basic Information
Name | WebRPG |
ID | inchdjcmcanbgkliakpooegokknmomki |
Official URL | https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki |
Description | Walk around webpages with a rpg character! |
File Size | 145 KB |
Installation Count | 83 |
Current Version | 2.0 |
Last Updated | 2016-05-21 |
Publish Date | 2016-05-21 |
Rating | 4.43/5 Total 14 Ratings |
Developer | https://dannyhendrix.com |
Payment Type | free |
Extension Website | http://www.dannyhendrix.com |
Supported Languages | 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 } |