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
官方網址 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"
            ]
        }
    ]
}