Inspect and view changes in Hốt Giá Tốt! source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Hốt Giá Tốt!",
"short_name": "HGT Extension",
"version": "12.12.2resigned1",
"manifest_version": 2,
"description": "Tổng hợp deals tốt và mã giảm giá ngon của các website TMĐT hàng đầu Việt Nam",
"background": {
"scripts": [
"script/jquery-1.12.4.min.js",
"script/background.js"
]
},
"browser_action": {
"name": "Hốt Giá Tốt",
"default_title": "Săn hàng giảm giá nào các thím! :sexy:",
"default_icon": "picture/logo/icon48.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"notifications",
"http://*/",
"https://*/",
"https://pub.masoffer.com/*"
],
"icons": {
"16": "picture/logo/icon16.png",
"48": "picture/logo/icon48.png",
"128": "picture/logo/icon128.png"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"browser_specific_settings": {
"gecko": {
"id": "{ca9944d0-e816-43f6-a131-592f41b25d1a}"
}
}
}