Iframe Broker
Extension to log iframe and cross window communications.
Что такое Iframe Broker?
Iframe Broker - это расширение Chrome, разработанное http://vinothkumar.me, и его основная функция - "Extension to log iframe and cross window communications.".
Снимки экрана расширения
Скачать файл CRX расширения Iframe Broker
Скачайте файлы расширений Iframe Broker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to see the cross window/frame communication happening behind the current tab. You can see in the console logs for the communication message or click the extension icon to see the messages. *** https://github.com/vinothsparrow/iframe-broker Free. Open-source with public license (MIT) For users by users. If ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free. *** Project changelog: https://github.com/vinothsparrow/iframe-broker/releases Contributors @ Github: https://github.com/vinothsparrow/iframe-broker/graphs/contributors
Основная информация о расширении
Название | |
ID | dadacmnmjkbdcfokfchocilakijgfffo |
Официальный URL | https://chrome.google.com/webstore/detail/iframe-broker/dadacmnmjkbdcfokfchocilakijgfffo |
Описание | Extension to log iframe and cross window communications. |
Размер файла | 146 KB |
Количество установок | 147 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2021-02-17 |
Дата публикации | 2021-02-17 |
Разработчик | http://vinothkumar.me |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/vinothsparrow/iframe-broker |
URL страницы политики конфиденциальности | https://github.com/vinothsparrow/iframe-broker/wiki/Privacy-Policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Iframe Broker", "description": "Extension to log iframe and cross window communications.", "version": "1.0.1", "author": "Vinoth Kumar", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ " |