XSS
Web Development tool
Vad är XSS?
XSS är en Chrome-tillägg utvecklad av totofish2021, och dess huvudfunktion är "Web Development tool".
Tilläggsskärmbilder
Ladda ner XSS-förlängningens CRX-fil
Ladda ner XSS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | XSS |
ID | bebjbdbgpmgdlfehkibnmgmbkcniaeij |
Officiell webbadress | https://chromewebstore.google.com/detail/xss/bebjbdbgpmgdlfehkibnmgmbkcniaeij |
Beskrivning | Web Development tool |
Filstorlek | 232 KB |
Antal Installationer | 2,136 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2022-01-31 |
Publiceringsdatum | 2021-04-09 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | totofish2021 |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/totofish/XSS |
Stödda Språk | 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", " |