HKG留名觀察
HKG留名觀察
HKG留名觀察คืออะไร?
HKG留名觀察 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ralvar และคุณลักษณะหลักของมันคือ "HKG留名觀察"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HKG留名觀察
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |