WebRPG
Walk around webpages with a rpg character!
Apa itu WebRPG?
WebRPG adalah ekstensi Chrome yang dikembangkan oleh https://dannyhendrix.com, dan fitur utamanya adalah "Walk around webpages with a rpg character!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebRPG
Unduh file ekstensi WebRPG dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).
Informasi Dasar Ekstensi
Nama | WebRPG |
ID | inchdjcmcanbgkliakpooegokknmomki |
URL Resmi | https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki |
Deskripsi | Walk around webpages with a rpg character! |
Ukuran File | 145 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-05-21 |
Tanggal Publikasi | 2016-05-21 |
Penilaian | 4.43/5 Total 14 Penilaian |
Pengembang | https://dannyhendrix.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.dannyhendrix.com |
Bahasa yang Didukung | 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 } |