Former2 Helper
Helps avoid CORS issues with former2.com
Former2 Helper क्या है?
Former2 Helper Ian Mckay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps avoid CORS issues with former2.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Former2 Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } } |