The Poor Man Feel It

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

Wat is The Poor Man Feel It?

The Poor Man Feel It is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The Poor Man Feel It

Download The Poor Man Feel It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam The Poor Man Feel It The Poor Man Feel It
ID akhbkelpnabohngcooemhekgkkfahjbl
Officiële URL https://chromewebstore.google.com/detail/the-poor-man-feel-it/akhbkelpnabohngcooemhekgkkfahjbl
Beschrijving Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in
Bestandsgrootte 3.58 KB
Aantal Installaties 22
Huidige Versie 1.2
Laatst Bijgewerkt 2018-03-22
Publicatiedatum 2018-03-22
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/emateu/the-poor-man-feel-it
Help Pagina-URL https://github.com/emateu/the-poor-man-feel-it/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}