Almost Native Cookies Manager

Cookie Manager embedded in the Chrome devtools.

Co to jest Almost Native Cookies Manager?

Almost Native Cookies Manager to rozszerzenie Chrome opracowane przez https://xedelweiss.net, a jego główną funkcją jest „Cookie Manager embedded in the Chrome devtools.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Almost Native Cookies Manager

Pobierz pliki rozszerzeń Almost Native Cookies Manager 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

                        Implemented Features:
 - Add / Remove
 - Edit
 - Clear
 - Import / Export

Planned Features:
 - Sort                    

Podstawowe informacje o rozszerzeniu

Nazwa Almost Native Cookies Manager Almost Native Cookies Manager
ID fhaoohhmmobabefgngamjnleikfieodg
Oficjalny URL https://chromewebstore.google.com/detail/almost-native-cookies-man/fhaoohhmmobabefgngamjnleikfieodg
Opis Cookie Manager embedded in the Chrome devtools.
Rozmiar pliku 74.58 KB
Liczba instalacji 174
Aktualna Wersja 0.8.6
Ostatnia Aktualizacja 2014-02-21
Data Publikacji 2014-02-21
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper https://xedelweiss.net
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Almost Native Cookies Manager",
    "version": "0.8.6",
    "manifest_version": 2,
    "description": "Cookie Manager embedded in the Chrome devtools.",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}