Erinome Chronicle Uploader

Uploader of Chronicles of godville.net and godvillegame.com to gv.erinome.net storage

What is Erinome Chronicle Uploader?

Erinome Chronicle Uploader is a Chrome extension developed by Erinome, and its main feature is "Uploader of Chronicles of godville.net and godvillegame.com to gv.erinome.net storage".

Extension Screenshots

screenshot

Download Erinome Chronicle Uploader Extension CRX File

Download Erinome Chronicle Uploader 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

                        If you would like to save your Godville chronicles to the storage on gv.erinome.net, but you're not willing to install Erinome Godville UI+ add-on, then this extension is for you!                    

Extension Basic Information

Name Erinome Chronicle Uploader Erinome Chronicle Uploader
ID knimfckjekkkobchlcjkichgipbgddki
Official URL https://chromewebstore.google.com/detail/erinome-chronicle-uploade/knimfckjekkkobchlcjkichgipbgddki
Description Uploader of Chronicles of godville.net and godvillegame.com to gv.erinome.net storage
File Size 20.31 KB
Installation Count 74
Current Version 0.1
Last Updated 2018-06-08
Publish Date 2018-06-08
Developer Erinome
Email [email protected]
Payment Type free
Extension Website https://gv.erinome.net
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Erinome Chronicle Uploader",
    "description": "__MSG_appDesc__",
    "author": "__MSG_author__",
    "default_locale": "ru",
    "version": "0.1",
    "homepage_url": "https:\/\/gv.erinome.net",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "__MSG_uploadDesc__"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}