ScanAnnotation

A simple chrome extension demo

什麼是ScanAnnotation?

ScanAnnotation是由me7dog7開發的Chrome擴展程式,該擴展的主要功能是“A simple chrome extension demo”。

下載ScanAnnotation擴展crx文件

下載ScanAnnotation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        通过注释可以发现一些利用的内容,有的程序员喜欢写上这个是什么功能,你就可以猜出后台或者隐藏的功能,有的还会贴上后台地址啥,配置文件内网域名各种吧。ctf也可以辅助一下哦!                    

擴展基本資訊

名稱 ScanAnnotation ScanAnnotation
ID gejiegnodfccfhagbeaopeffcdbcgfef
官方網址 https://chromewebstore.google.com/detail/scanannotation/gejiegnodfccfhagbeaopeffcdbcgfef
簡介 A simple chrome extension demo
檔案大小 162 KB
安裝次數 1,138
目前版本 1.0.0
更新時間 2020-08-03
上架時間 2020-08-03
開發者 me7dog7
電子郵箱 [email protected]
付費類型 free
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScanAnnotation",
    "version": "1.0.0",
    "description": "__MSG_pluginDesc__",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u67e5\u770b\u6240\u6709\u8d44\u6e90\u7684\u6ce8\u91ca",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/github.com\/7dog7\/bottleneckOsmosis\/tree\/master\/ScanAnnotation",
    "omnibox": {
        "keyword": "js"
    },
    "default_locale": "zh_CN",
    "devtools_page": "devtools.html"
}