LocoPelis

La mejor filmoteca de peliculas

LocoPelisとは何ですか?

LocoPelisはclaudix.gutiによって開発されたChromeの拡張機能で、その主な機能は「La mejor filmoteca de peliculas」です。

LocoPelis拡張機能のCRXファイルをダウンロード

LocoPelis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        La mejor filmoteca de películas de la red gratis sin costos adicionales                    

拡張機能の基本情報

名前 LocoPelis LocoPelis
ID hbkhdjjigbefppigjlpbihfniacpjbfp
公式URL https://chrome.google.com/webstore/detail/locopelis/hbkhdjjigbefppigjlpbihfniacpjbfp
説明 La mejor filmoteca de peliculas
ファイルサイズ 70.11 KB
インストール数 87
現在のバージョン 1.0
最終更新日 2015-08-05
公開日 2015-08-04
評価 3.67/5 合計 6 レビュー
開発者 claudix.guti
支払い方法 free
対応言語 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LocoPelis",
    "version": "1.0",
    "description": "La mejor filmoteca de peliculas",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "LocoPelis",
        "default_icon": "icono.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "start.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}