XSS
Web Development tool
Apa itu XSS?
XSS adalah ekstensi Chrome yang dikembangkan oleh totofish2021, dan fitur utamanya adalah "Web Development tool".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XSS
Unduh file ekstensi XSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A chrome extension tool that can inject custom scripts into the current web page. For example, loading Jquery into the page to facilitate DOM operations, automatically filling in form content, or executing other JavaScript scripts to replace manual repetitive operations for testing or development and debugging. Source repository: https://github.com/totofish/XSS
Informasi Dasar Ekstensi
Nama | XSS |
ID | bebjbdbgpmgdlfehkibnmgmbkcniaeij |
URL Resmi | https://chromewebstore.google.com/detail/xss/bebjbdbgpmgdlfehkibnmgmbkcniaeij |
Deskripsi | Web Development tool |
Ukuran File | 232 KB |
Jumlah Instalasi | 2,136 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2022-01-31 |
Tanggal Publikasi | 2021-04-09 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | totofish2021 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/totofish/XSS |
Bahasa yang Didukung | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.0", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "XSS", "default_popup": "GUI.html", "default_icon": "icon16.png" }, "permissions": [ "notifications", "contextMenus", "storage", "downloads", " |