Inspect and view changes in Securelink Pharming Keeper 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
{
"manifest_version": 3,
"name": "Securelink Pharming Keeper",
"description": "다양한 변종 ì•…ì„±ì½”ë“œì˜ íŒŒë° ê³µê²©ìœ¼ë¡œë¶€í„° ì¸í„°ë„· ë±…í‚¹ì„ ì‹¤ì‹œê°„ 보호",
"version": "1.0.4",
"icons": {
"48": "images/icon-48.png",
"96": "images/icon-96.png",
"128": "images/icon-128.png",
"256": "images/icon-256.png",
"512": "images/icon-512.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Pharming Keeper",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"scripting",
"webRequest",
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"images/*.png",
"c:/Windows/System32/drivers/etc/*"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}