Awesome XFrame For Site Extension
Awesome extension to ignore xframe header errors for only a single initiator.
Co to jest Awesome XFrame For Site Extension?
Awesome XFrame For Site Extension to rozszerzenie Chrome opracowane przez https://www.upway2late.com, a jego główną funkcją jest „Awesome extension to ignore xframe header errors for only a single initiator.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Awesome XFrame For Site Extension
Pobierz pliki rozszerzeń Awesome XFrame For Site Extension 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
Awesome XFrame For Site Extension does the following: 1) Go to options. 2) Enter a host, protocol+domain (example: http://localhost:8080). 3) When the initiator matches this host, the content-security-policy and x-frame-options headers will be removed.
Podstawowe informacje o rozszerzeniu
Nazwa | Awesome XFrame For Site Extension |
ID | jdimfndpfamcnhdhiblhnicoadldlccg |
Oficjalny URL | https://chromewebstore.google.com/detail/awesome-xframe-for-site-e/jdimfndpfamcnhdhiblhnicoadldlccg |
Opis | Awesome extension to ignore xframe header errors for only a single initiator. |
Rozmiar pliku | 25.73 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2020-06-20 |
Data Publikacji | 2020-06-20 |
Deweloper | https://www.upway2late.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://upway2late.com/#/projects/buttons-project |
Adres URL Strony Pomocy | http://upway2late.com/#/projects/buttons-project |
Adres URL Strony Polityki Prywatności | http://www.upway2late.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome XFrame For Site Extension", "version": "1.0.0.0", "description": "Awesome extension to ignore xframe header errors for only a single initiator.", "icons": { "16": "xframe_for_site_16.png", "48": "xframe_for_site_48.png", "128": "xframe_for_site_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "xframe_for_site_19.png", "default_title": "Awesome XFrame For Site Extension" }, "permissions": [ "webRequest", "webRequestBlocking", " |