Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
Co to jest Cookie Downloader?
Cookie Downloader to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Very useful extension for downloading session parameters in Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cookie Downloader
Pobierz pliki rozszerzeń Cookie Downloader 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
Very useful downloader for Instagram cookie. It stores the Instagram cookies for people who need it and provides convenience for them in their next login.
Podstawowe informacje o rozszerzeniu
Nazwa | Cookie Downloader |
ID | mcnohaldinakaemlaanniihikocancem |
Oficjalny URL | https://chromewebstore.google.com/detail/cookie-downloader/mcnohaldinakaemlaanniihikocancem |
Opis | Very useful extension for downloading session parameters in Chrome. |
Rozmiar pliku | 97.49 KB |
Liczba instalacji | 207 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-03-04 |
Data Publikacji | 2020-03-04 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://sharingtools.services |
Adres URL Strony Pomocy | https://sharingtools.services |
Obsługiwane Języki | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "description": "__MSG_appDesc__", "permissions": [ "tabs", "cookies", "*:\/\/*.instagram.com\/", "downloads" ], "icons": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_32.png", "48": "images\/session_builder_48.png", "128": "images\/session_builder_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_16.png", "48": "images\/session_builder_16.png", "128": "images\/session_builder_16.png" } }, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |