The Poor Man Feel It

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

什么是The Poor Man Feel It?

The Poor Man Feel It是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in”。

扩展截图

screenshot
screenshot

下载The Poor Man Feel It扩展crx文件

下载The Poor Man Feel It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 The Poor Man Feel It The Poor Man Feel It
ID akhbkelpnabohngcooemhekgkkfahjbl
官方URL https://chromewebstore.google.com/detail/the-poor-man-feel-it/akhbkelpnabohngcooemhekgkkfahjbl
简介 Chrome extension for browsing clarin.com, ole.com.ar and lanacion.com without loggin in
文件大小 3.58 KB
安装次数 22
当前版本 1.2
更新时间 2018-03-22
上架时间 2018-03-22
评分 4.33/5 共3次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/emateu/the-poor-man-feel-it
帮助页面URL https://github.com/emateu/the-poor-man-feel-it/issues
支持的语言 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"
            ]
        }
    ]
}