Simple curl compatible cookies extractor
Extract cookies into a curl compatible string
Co to jest Simple curl compatible cookies extractor?
Simple curl compatible cookies extractor to rozszerzenie Chrome opracowane przez jmadar, a jego główną funkcją jest „Extract cookies into a curl compatible string”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple curl compatible cookies extractor
Pobierz pliki rozszerzeń Simple curl compatible cookies extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple cookie editor that extracts cookies in a curl-compatible way, so you can extract cookies from a browser and paste them into the curl command line utility directly. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hacpnjlfmfaiedcejmognhhffdpooafe |
| Oficjalny URL | https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe |
| Opis | Extract cookies into a curl compatible string |
| Rozmiar pliku | 16.36 KB |
| Liczba instalacji | 525 |
| Aktualna Wersja | 2.0 |
| Ostatnia Aktualizacja | 2021-09-23 |
| Data Publikacji | 2021-01-27 |
| Deweloper | jmadar |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple curl compatible cookies extractor",
"version": "2.0",
"description": "Extract cookies into a curl compatible string",
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/cookie-16.png",
"32": "images\/cookie-32.png",
"128": "images\/cookie-128.png"
},
"incognito": "split",
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |