HKG留名觀察
HKG留名觀察
HKG留名觀察とは何ですか?
HKG留名觀察はRalvarによって開発されたChromeの拡張機能で、その主な機能は「HKG留名觀察」です。
拡張機能のスクリーンショット
HKG留名觀察拡張機能のCRXファイルをダウンロード
HKG留名觀察拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HKGolden 高登討論區 幫忙會員監察名已留的新回覆 + 自我起底 This is a extension for http://forum.hkgolden.com
拡張機能の基本情報
名前 | |
ID | nmdkemiknoobpgiaadmkkhggambmpbme |
公式URL | https://chrome.google.com/webstore/detail/hkg%E7%95%99%E5%90%8D%E8%A7%80%E5%AF%9F/nmdkemiknoobpgiaadmkkhggambmpbme |
説明 | HKG留名觀察 |
ファイルサイズ | 290 KB |
インストール数 | 71 |
現在のバージョン | 0.0.61 |
最終更新日 | 2014-11-28 |
公開日 | 2014-11-28 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | Ralvar |
支払い方法 | free |
対応言語 | 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'" } |