ignore-x-frame-options

ignore x-frame-options

Τι είναι το ignore-x-frame-options;

Το ignore-x-frame-options είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hotari, και η κύρια λειτουργία του είναι "ignore x-frame-options".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ignore-x-frame-options

Λήψη αρχείων επέκτασης ignore-x-frame-options σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.

Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.

You can solve this problem by just installing ignore-x-frame-options.

Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
Επίσημο URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Περιγραφή ignore x-frame-options
Μέγεθος Αρχείου 3.66 KB
Αριθμός Εγκαταστάσεων 1,438
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2022-07-06
Ημερομηνία Δημοσίευσης 2022-07-05
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής hotari
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/HotariTobu/ignore-x-frame-options
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-options",
    "description": "ignore x-frame-options",
    "version": "1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}