Who CORS?

Make requests to domains without having to worry about CORS.

ما هو Who CORS?؟

Who CORS? هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Make requests to domains without having to worry about CORS.".

تحميل ملف CRX للإضافة Who CORS?

قم بتنزيل ملفات الامتداد Who CORS? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This plugin aims to ease CORS related issues for developers. When this extension is enabled you can whitelist specific domains so that requests/responses won't fail if they don't have the appropriate CORS headers set.

This is a fork of https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi

Source code is available here: https://github.com/jdart/who-cors

Changelog
0.0.4
Made origin configurable                    

معلومات أساسية عن التمديد

الاسم Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
عنوان URL الرسمي https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
الوصف Make requests to domains without having to worry about CORS.
حجم الملف 1.86 MB
عدد التثبيتات 4,099
النسخة الحالية 0.0.4
آخر تحديث 2017-11-21
تاريخ النشر 2017-11-21
تقييم 4.08/5 مجموع تقييمات 13
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/jdart/who-cors
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who CORS?",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Make requests to domains without having to worry about CORS.",
    "background": {
        "scripts": [
            "bower_components\/bower-webfontloader\/webfont.js",
            "global.js",
            "tabs.js",
            "config.js",
            "icon.js",
            "listeners.js",
            "activate.js"
        ]
    },
    "browser_action": {
        "default_title": "Who CORS?",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "web_accessible_resources": []
}