The Poor Man Feel It

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

What is The Poor Man Feel It?

The Poor Man Feel It is a Chrome extension developed by Unknown, and its main feature is "Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in".

Extension Screenshots

screenshot
screenshot

Download The Poor Man Feel It Extension CRX File

Download The Poor Man Feel It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name The Poor Man Feel It The Poor Man Feel It
ID akhbkelpnabohngcooemhekgkkfahjbl
Official URL https://chromewebstore.google.com/detail/the-poor-man-feel-it/akhbkelpnabohngcooemhekgkkfahjbl
Description Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in
File Size 3.58 KB
Installation Count 22
Current Version 1.2
Last Updated 2018-03-22
Publish Date 2018-03-22
Rating 4.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/emateu/the-poor-man-feel-it
Help Page URL https://github.com/emateu/the-poor-man-feel-it/issues
Supported Languages 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"
            ]
        }
    ]
}