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"
            ]
        }
    ]
}