HKG留名觀察
HKG留名觀察
Cos'è HKG留名觀察?
HKG留名觀察 è un'estensione di Chrome sviluppata da Ralvar, e la sua funzione principale è "HKG留名觀察".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HKG留名觀察
Scarica i file di estensione HKG留名觀察 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
HKGolden 高登討論區 幫忙會員監察名已留的新回覆 + 自我起底 This is a extension for http://forum.hkgolden.com
Informazioni di Base sull'Estensione
Nome | |
ID | nmdkemiknoobpgiaadmkkhggambmpbme |
URL Ufficiale | https://chrome.google.com/webstore/detail/hkg%E7%95%99%E5%90%8D%E8%A7%80%E5%AF%9F/nmdkemiknoobpgiaadmkkhggambmpbme |
Descrizione | HKG留名觀察 |
Dimensione del File | 290 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 0.0.61 |
Ultimo Aggiornamento | 2014-11-28 |
Data di Pubblicazione | 2014-11-28 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | Ralvar |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |