Cross Domain - CORS

Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.

Τι είναι το Cross Domain - CORS;

Το Cross Domain - CORS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mai Tan, και η κύρια λειτουργία του είναι "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cross Domain - CORS

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

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

                        Visit out website: https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Cross Domain will help you to deal with cross domain - Cross-Origin Resource Sharing (CORS) problem. This is a small tool will helpful for web developer and related domain that face with cross domain issue.

List of feature:
- Allow cross domain
- Customize Url pattern base on Javascript Regex
- Allow enable, disable
- Very friendly interface

Under the hood:
This extension allow Cross-Origin Resource Sharing (CORS) by modify header response from server and add more header to allow CORS request:
  Access-control-allow-origin
  Access-control-allow-methods
  Access-control-allow-headers
  Access-control-expose-headers
This is for development purpose only.                    

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

Όνομα Cross Domain - CORS Cross Domain - CORS
ID mjhpgnbimicffchbodmgfnemoghjakai
Επίσημο URL https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai
Περιγραφή Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
Μέγεθος Αρχείου 118 KB
Αριθμός Εγκαταστάσεων 51,209
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2021-05-23
Ημερομηνία Δημοσίευσης 2020-04-28
Αξιολόγηση 4.10/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής Mai Tan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Διεύθυνση URL της Σελίδας Βοήθειας https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.3",
    "name": "Cross Domain - CORS",
    "description": "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.",
    "icons": {
        "64": "icons\/enable-64.png",
        "128": "icons\/enable-128.png"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/enable-64.png",
        "default_title": "Cross Domain - CORS",
        "default_popup": "popup\/panel.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}