Disable Content Security Policy
A extension that set csp value empty
Что такое Disable Content Security Policy?
Disable Content Security Policy - это расширение Chrome, разработанное Mywait, и его основная функция - "A extension that set csp value empty".
Снимки экрана расширения
Скачать файл CRX расширения Disable Content Security Policy
Скачайте файлы расширений Disable Content Security Policy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A extension that helps you disable or bypass Content Security Policy(CSP). You should know that if you enable it,you are under the risk being attacked by XSS. Click the cola icon.When it turns red,it's working.When it turns gray,it's not. If it not work,try to refresh the page or contact me. 一个帮助你禁用CSP的扩展。 你应该知道禁用后你就处于XSS攻击的风险下了。 点击可乐icon,红色代表CSP被禁用,灰色代表CSP正在生效。 如果没作用,刷新页面试试。
Основная информация о расширении
Название | Disable Content Security Policy |
ID | eckgajjlhojckchohogcblfjhpfdmoge |
Официальный URL | https://chromewebstore.google.com/detail/disable-content-security/eckgajjlhojckchohogcblfjhpfdmoge |
Описание | A extension that set csp value empty |
Размер файла | 14.05 KB |
Количество установок | 436 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-06-14 |
Дата публикации | 2022-06-13 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | Mywait |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/WithoutHair/Disable-Content-Security-Policy#disable-content-security-policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Content Security Policy", "description": "A extension that set csp value empty", "version": "1.0.0", "author": "Mywait", "homepage_url": "https:\/\/github.com\/WithoutHair\/Disable-Content-Security-Policy", "manifest_version": 3, "permissions": [ "declarativeNetRequest", "browsingData", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/cola_gray.png" } }, "icons": { "48": "icon\/cola_48.png", "128": "icon\/cola_128.png" } } |