The Poor Man Feel It

Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in

Co to jest The Poor Man Feel It?

The Poor Man Feel It to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia The Poor Man Feel It

Pobierz pliki rozszerzeń The Poor Man Feel It 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

                        Permite navegar clarin.com, ole.com.ar y lanacion.com sin estar logueado. Login Wall Killer.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Poor Man Feel It The Poor Man Feel It
ID akhbkelpnabohngcooemhekgkkfahjbl
Oficjalny URL https://chromewebstore.google.com/detail/the-poor-man-feel-it/akhbkelpnabohngcooemhekgkkfahjbl
Opis Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in
Rozmiar pliku 3.58 KB
Liczba instalacji 22
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-03-22
Data Publikacji 2018-03-22
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/emateu/the-poor-man-feel-it
Adres URL Strony Pomocy https://github.com/emateu/the-poor-man-feel-it/issues
Obsługiwane Języki es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Poor Man Feel It",
    "description": "Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}