UncommentEr

Un comments hidden stuff in the html

UncommentErคืออะไร?

UncommentEr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elsicarius.fr และคุณลักษณะหลักของมันคือ "Un comments hidden stuff in the html"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UncommentEr

ดาวน์โหลดไฟล์ส่วนขยาย UncommentEr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find html comments, hidden styles, none display and remove them. This allows you to reveal hidden stuff in web pages.
This might be useful in pentest/bug hunting :D

Enjoy.

repo: https://github.com/ElSicarius/UnCommenteR                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UncommentEr UncommentEr
ID dakbdekmmaendfjkpedbcekghhiabjli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uncommenter/dakbdekmmaendfjkpedbcekghhiabjli
คำอธิบาย Un comments hidden stuff in the html
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-04-13
วันที่เผยแพร่ 2021-04-12
ผู้พัฒนา https://elsicarius.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/ElSicarius/UnCommenteR
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "UncommentEr",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Un comments hidden stuff in the html",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "UncommentEr",
    "permissions": [
        "storage",
        "activeTab",
        "declarativeContent"
    ],
    "version": "0.1",
    "author": "Sicarius"
}