Former2 Helper

Helps avoid CORS issues with former2.com

什么是Former2 Helper?

Former2 Helper是由Ian Mckay开发的Chrome扩展程序,该扩展的主要功能是“Helps avoid CORS issues with former2.com”。

扩展截图

screenshot
screenshot

下载Former2 Helper扩展crx文件

下载Former2 Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Calls to the AWS service API endpoints are made either directly with the JavaScript SDK or via the browser extension (which also hits endpoints directly). Recording data is kept entirely in memory or on local disk and is never sent over the internet or anywhere else. You should take care to remove any sensitive data (passwords etc.) when sharing your generated code/templates with others.                    

扩展基本信息

名称 Former2 Helper Former2 Helper
ID fhejmeojlbhfhjndnkkleooeejklmigi
官方URL https://chromewebstore.google.com/detail/former2-helper/fhejmeojlbhfhjndnkkleooeejklmigi
简介 Helps avoid CORS issues with former2.com
文件大小 1.6 MB
安装次数 10,813
当前版本 1.66
更新时间 2023-12-15
上架时间 2020-06-17
评分 4.83/5 共6次评分
开发者 Ian Mckay
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://files.ian.mn/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Former2 Helper",
    "version": "1.66",
    "manifest_version": 3,
    "description": "Helps avoid CORS issues with former2.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*.aws.amazon.com\/*",
        "https:\/\/*.amazonaws.com\/*",
        "https:\/\/*.amazonaws.com.cn\/*",
        "https:\/\/developer.amazon.com\/*",
        "http:\/\/localhost:4566\/*",
        "http:\/\/*.localhost:4566\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/former2.com\/*",
            "https:\/\/*.former2.com\/*",
            "http:\/\/127.0.0.1\/*",
            "https:\/\/127.0.0.1\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    }
}