Iframe Broker
Extension to log iframe and cross window communications.
Co to jest Iframe Broker?
Iframe Broker to rozszerzenie Chrome opracowane przez http://vinothkumar.me, a jego główną funkcją jest „Extension to log iframe and cross window communications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Iframe Broker
Pobierz pliki rozszerzeń Iframe Broker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dadacmnmjkbdcfokfchocilakijgfffo |
Oficjalny URL | https://chrome.google.com/webstore/detail/iframe-broker/dadacmnmjkbdcfokfchocilakijgfffo |
Opis | Extension to log iframe and cross window communications. |
Rozmiar pliku | 146 KB |
Liczba instalacji | 147 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-02-17 |
Data Publikacji | 2021-02-17 |
Deweloper | http://vinothkumar.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/vinothsparrow/iframe-broker |
Adres URL Strony Polityki Prywatności | https://github.com/vinothsparrow/iframe-broker/wiki/Privacy-Policy |
Obsługiwane Języki | 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": [ " |