Honest Internet

Replaces movie and actor names with their "honest" versions.

Co to jest Honest Internet?

Honest Internet to rozszerzenie Chrome opracowane przez spencerjgilbert, a jego główną funkcją jest „Replaces movie and actor names with their "honest" versions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Honest Internet

Pobierz pliki rozszerzeń Honest Internet 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

                        Replaces movie and actor names with their "honest" versions.                    

Podstawowe informacje o rozszerzeniu

Nazwa Honest Internet Honest Internet
ID gggaedhlpphijoadcbgmbmlppnldkede
Oficjalny URL https://chromewebstore.google.com/detail/honest-internet/gggaedhlpphijoadcbgmbmlppnldkede
Opis Replaces movie and actor names with their "honest" versions.
Rozmiar pliku 21.46 KB
Liczba instalacji 126
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2017-10-27
Data Publikacji 2017-10-27
Ocena 4.97/5 Łącznie 33 Oceny
Deweloper spencerjgilbert
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": "Honest Internet",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}