WebRPG
Walk around webpages with a rpg character!
什么是WebRPG?
WebRPG是由https://dannyhendrix.com开发的Chrome扩展程序,该扩展的主要功能是“Walk around webpages with a rpg character!”。
扩展截图
下载WebRPG扩展crx文件
下载WebRPG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).
扩展基本信息
名称 | 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 } |