Allow CORS: Access-Control-Allow-Origin

Easily add (Access-Control-Allow-Origin: *) rule to the response header.

Allow CORS: Access-Control-Allow-Originคืออะไร?

Allow CORS: Access-Control-Allow-Origin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Easily add (Access-Control-Allow-Origin: *) rule to the response header."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Allow CORS: Access-Control-Allow-Origin

ดาวน์โหลดไฟล์ส่วนขยาย Allow CORS: Access-Control-Allow-Origin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allow CORS: Access-Control-Allow-Origin lets you easily perform cross-domain Ajax requests in web applications.

Simply activate the add-on and perform the request. CORS or Cross-Origin Resource Sharing is blocked in modern browsers by default (in JavaScript APIs). Installing this add-on will allow you to unblock this feature. Please note that, when the add-on is added to your browser, it is inactive by default (toolbar icon is grey C letter). If you want to activate the add-on, please open the toolbar popup and press the toggle button on the left side. The icon will turn to an orange C letter.

If you have a feature request or found a bug to report, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/access-control-allow-origin.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Allow CORS: Access-Control-Allow-Origin Allow CORS: Access-Control-Allow-Origin
ID lhobafahddgcelffkeicbaginigeejlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf
คำอธิบาย Easily add (Access-Control-Allow-Origin: *) rule to the response header.
ขนาดไฟล์ 74.16 KB
จำนวนการติดตั้ง 777,528
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2020-03-08
คะแนน 3.39/5 รวมทั้งหมด 254 คะแนน
ผู้พัฒนา Muyor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/access-control-allow-origin.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/access-control-allow-origin.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "name": "Allow CORS: Access-Control-Allow-Origin",
    "homepage_url": "https:\/\/mybrowseraddon.com\/access-control-allow-origin.html",
    "description": "Easily add (Access-Control-Allow-Origin: *) rule to the response header.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "commands": {
        "toggle-state": {
            "description": "Access-Control-Allow-Origin",
            "suggested_key": {
                "mac": "Command+Shift+D",
                "default": "Ctrl+Shift+D"
            }
        }
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Access-Control-Allow-Origin",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}