Iframe Broker
Extension to log iframe and cross window communications.
Apa itu Iframe Broker?
Iframe Broker adalah ekstensi Chrome yang dikembangkan oleh http://vinothkumar.me, dan fitur utamanya adalah "Extension to log iframe and cross window communications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Iframe Broker
Unduh file ekstensi Iframe Broker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | dadacmnmjkbdcfokfchocilakijgfffo |
URL Resmi | https://chrome.google.com/webstore/detail/iframe-broker/dadacmnmjkbdcfokfchocilakijgfffo |
Deskripsi | Extension to log iframe and cross window communications. |
Ukuran File | 146 KB |
Jumlah Instalasi | 147 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-02-17 |
Tanggal Publikasi | 2021-02-17 |
Pengembang | http://vinothkumar.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/vinothsparrow/iframe-broker |
URL Halaman Kebijakan Privasi | https://github.com/vinothsparrow/iframe-broker/wiki/Privacy-Policy |
Bahasa yang Didukung | 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": [ " |