Hidden Fileds Stop Data Leaks

Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.

Co to jest Hidden Fileds Stop Data Leaks?

Hidden Fileds Stop Data Leaks to rozszerzenie Chrome opracowane przez http://able2code.com, a jego główną funkcją jest „Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hidden Fileds Stop Data Leaks

Pobierz pliki rozszerzeń Hidden Fileds Stop Data Leaks 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Hidden Fileds Stop Data Leaks Hidden Fileds Stop Data Leaks
ID pnhoceohcfofgkffeikhdofbfieilgal
Oficjalny URL https://chrome.google.com/webstore/detail/hidden-fileds-stop-data-l/pnhoceohcfofgkffeikhdofbfieilgal
Opis Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.
Rozmiar pliku 83.17 KB
Liczba instalacji 207
Aktualna Wersja 1.9.4.2
Ostatnia Aktualizacja 2017-01-16
Data Publikacji 2017-01-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://able2code.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hidden Fileds Stop Data Leaks",
    "short_name": "NoLeaks",
    "description": "Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.",
    "version": "1.9.4.2",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Hidden Fileds Anti-Data Leaks",
        "default_icon": "\/images\/def_icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/images\/128.png"
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "tabs",
        "*:\/\/*\/",
        "storage",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        "secure.txt"
    ]
}