cross domain - 本地跨域工具

cross domain - 本地跨域工具,可解决本地浏览器跨域问题。The local cross-domain tool can solve the cross-domain problem of the local browser.

cross domain - 本地跨域工具 क्या है?

cross domain - 本地跨域工具 zhaoyang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "cross domain - 本地跨域工具,可解决本地浏览器跨域问题。The local cross-domain tool can solve the cross-domain problem of the local browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में cross domain - 本地跨域工具 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        本地跨域工具,可解决本地浏览器跨域问题,可修改本地返回头。
填写有跨域问题的请求地址,点击【go】,即可解决一般跨越。
特殊跨域,请自定义修改access-control-allow-origin的值,一般和浏览器地址栏域名保持一致,别忘了结尾的【/】

The local cross-domain tool can solve the cross-domain problem of the local browser and modify the local return header.
Fill in the request address with cross-domain problem, and click [go] to solve the general crossover.
For special cross-domain, please customize and modify the value of access-control-allow-origin, which is generally consistent with the domain name of the browser address bar, and don’t forget the ending [/]                    

एक्सटेंशन की मूल जानकारी

नाम cross domain - 本地跨域工具 cross domain - 本地跨域工具
ID pbkkignanngjdcefafdnfeplhbekfmph
आधिकारिक URL https://chromewebstore.google.com/detail/cross-domain-%E6%9C%AC%E5%9C%B0%E8%B7%A8%E5%9F%9F%E5%B7%A5%E5%85%B7/pbkkignanngjdcefafdnfeplhbekfmph
विवरण cross domain - 本地跨域工具,可解决本地浏览器跨域问题。The local cross-domain tool can solve the cross-domain problem of the local browser.
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 550
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2022-06-11
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर zhaoyang
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "cross domain - \u672c\u5730\u8de8\u57df\u5de5\u5177",
    "version": "1.0.2",
    "action": {
        "default_title": "cross domain - \u672c\u5730\u8de8\u57df\u5de5\u5177,\u53ef\u89e3\u51b3\u672c\u5730\u6d4f\u89c8\u5668\u8de8\u57df\u95ee\u9898\uff0c\u53ef\u4fee\u6539\u672c\u5730\u8fd4\u56de\u5934\u3002",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "description": "cross domain - \u672c\u5730\u8de8\u57df\u5de5\u5177,\u53ef\u89e3\u51b3\u672c\u5730\u6d4f\u89c8\u5668\u8de8\u57df\u95ee\u9898\u3002The local cross-domain tool can solve the cross-domain problem of the local browser.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}