HKG留名觀察

HKG留名觀察

What is HKG留名觀察?

HKG留名觀察 is a Chrome extension developed by Ralvar, and its main feature is "HKG留名觀察".

Extension Screenshots

screenshot
screenshot

Download HKG留名觀察 Extension CRX File

Download HKG留名觀察 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

                        HKGolden 高登討論區
幫忙會員監察名已留的新回覆 + 自我起底

This is a extension for http://forum.hkgolden.com                    

Extension Basic Information

Name HKG留名觀察 HKG留名觀察
ID nmdkemiknoobpgiaadmkkhggambmpbme
Official URL https://chrome.google.com/webstore/detail/hkg%E7%95%99%E5%90%8D%E8%A7%80%E5%AF%9F/nmdkemiknoobpgiaadmkkhggambmpbme
Description HKG留名觀察
File Size 290 KB
Installation Count 71
Current Version 0.0.61
Last Updated 2014-11-28
Publish Date 2014-11-28
Rating 4.50/5 Total 4 Ratings
Developer Ralvar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.61",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "author": "Ravla",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "hkgWatch",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.hkgolden.com\/*"
            ],
            "css": [],
            "js": [
                "scripts\/contentscript-recorder.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "alarms",
        "history",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.hkgolden.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}