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.
Vad är Cross Domain - CORS?
Cross Domain - CORS är en Chrome-tillägg utvecklad av Mai Tan, och dess huvudfunktion är "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.".
Tilläggsskärmbilder
Ladda ner Cross Domain - CORS-förlängningens CRX-fil
Ladda ner Cross Domain - CORS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | mjhpgnbimicffchbodmgfnemoghjakai | 
| Officiell webbadress | https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai | 
| Beskrivning | Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue. | 
| Filstorlek | 118 KB | 
| Antal Installationer | 51,209 | 
| Aktuell Version | 0.2.3 | 
| Senast Uppdaterad | 2021-05-23 | 
| Publiceringsdatum | 2020-04-28 | 
| Betyg | 4.10/5 Totalt 58 Betyg | 
| Utvecklare | Mai Tan | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html | 
| Hjälpsida URL | https://devratroom.blogspot.com/p/cross-domain-cors-extension.html | 
| Stödda Språk | 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",
        "  |  |