Iframe Broker
Extension to log iframe and cross window communications.
Hvad er Iframe Broker?
Iframe Broker er en Chrome-udvidelse udviklet af http://vinothkumar.me, og dens hovedfunktion er "Extension to log iframe and cross window communications.".
Udvidelsesskærmbilleder
Download Iframe Broker-udvidelses-CRX-fil
Download Iframe Broker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dadacmnmjkbdcfokfchocilakijgfffo |
Officiel URL | https://chrome.google.com/webstore/detail/iframe-broker/dadacmnmjkbdcfokfchocilakijgfffo |
Beskrivelse | Extension to log iframe and cross window communications. |
Filstørrelse | 146 KB |
Antal Installationer | 147 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-02-17 |
Udgivelsesdato | 2021-02-17 |
Udvikler | http://vinothkumar.me |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/vinothsparrow/iframe-broker |
URL til Fortrolighedspolitik Side | https://github.com/vinothsparrow/iframe-broker/wiki/Privacy-Policy |
Understøttede Sprog | 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": [ " |