cros-anywhere
显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
Vad är cros-anywhere?
cros-anywhere är en Chrome-tillägg utvecklad av https://www.yaozeyuan.online, och dess huvudfunktion är "显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`".
Tilläggsskärmbilder
Ladda ner cros-anywhere-förlängningens CRX-fil
Ladda ner cros-anywhere-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
                        当Access-Control-Allow-Credentials 为 true 时(跨域传递cookie), Access-Control-Allow-Origin需要显式指定来源域名, 而不是之前的*
When Access-Control-Allow-Credentials  is true ( need transfer cookie for other domain), `Access-Control-Allow-Origin` need to be  origin-host instead of '*'. This is all of Plugin do                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gcagclbpmooihllccniifbdekfeneebm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/cros-anywhere/gcagclbpmooihllccniifbdekfeneebm | 
| Beskrivning | 显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host` | 
| Filstorlek | 261 KB | 
| Antal Installationer | 1,751 | 
| Aktuell Version | 1.0.7 | 
| Senast Uppdaterad | 2019-03-24 | 
| Publiceringsdatum | 2019-03-23 | 
| Betyg | 5.00/5 Totalt 4 Betyg | 
| Utvecklare | https://www.yaozeyuan.online | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://chrome.google.com/webstore/detail/gcagclbpmooihllccniifbdekfeneebm | 
| Hjälpsida URL | https://github.com/YaoZeyuan/Access-Control-Allow-Origin | 
| Stödda Språk | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u663e\u5f0f\u5141\u8bb8\u6765\u81eaOrigin\u7684\u8bf7\u6c42 \/ Modify cros option response into  `Access-Control-Allow-Origin: origin-host`",
    "version": "1.0.7",
    "name": "cros-anywhere",
    "author": "\u59da\u6cfd\u6e90",
    "homepage_url": "https:\/\/www.yaozeyuan.online\/",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "cros-anywhere",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "  |  |