World of Warships Forum Extension

temp

What is World of Warships Forum Extension?

World of Warships Forum Extension is a Chrome extension developed by jim.qi101, and its main feature is "temp".

Extension Screenshots

screenshot

Download World of Warships Forum Extension Extension CRX File

Download World of Warships Forum Extension 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

                                            

Extension Basic Information

Name World of Warships Forum Extension World of Warships Forum Extension
ID ojnnfoeljmfoebopldjpdjealnecjmfi
Official URL https://chrome.google.com/webstore/detail/world-of-warships-forum-e/ojnnfoeljmfoebopldjpdjealnecjmfi
Description temp
File Size 59.4 KB
Installation Count 163
Current Version 0.0.9
Last Updated 2015-10-09
Publish Date 2015-10-09
Rating 4.10/5 Total 10 Ratings
Developer jim.qi101
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World of Warships Forum Extension",
    "description": "temp",
    "version": "0.0.9",
    "author": "Jim Qi",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "WoWs forum Extension"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forum.worldofwarships.com\/*"
            ],
            "include_globs": [
                "*topic*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "myscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.wowsforumextension.herokuapp.com\/"
    ]
}