CineFox Updater

Manten al día tu colección de películas y complementa tu navegación para decidir qué ver.

What is CineFox Updater?

CineFox Updater is a Chrome extension developed by www.cinefox.cc, and its main feature is "Manten al día tu colección de películas y complementa tu navegación para decidir qué ver.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CineFox Updater Extension CRX File

Download CineFox Updater 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

                        Esta extensión gratuita para Chrome te permite mantener al día tu colección de películas, series y documentales. La extensión de CineFox te acompaña mientras navegas, dándote información relevante sobre tus contenidos favoritos, como puntuaciones y acceso a críticas destacadas. También te actualiza automáticamente tu colección a medida que ves, puntúas o haces check in en tus contenidos desde los principales videoclubs online y páginas especializadas. 

Obtén acceso inmediato a CineFox estés donde estés para poder decidir mejor lo que ves.                    

Extension Basic Information

Name CineFox Updater CineFox Updater
ID hnjmbbjbamghemdgkpmcmgkifadfgadb
Official URL https://chromewebstore.google.com/detail/cinefox-updater/hnjmbbjbamghemdgkpmcmgkifadfgadb
Description Manten al día tu colección de películas y complementa tu navegación para decidir qué ver.
File Size 372 KB
Installation Count 981
Current Version 0.0.2
Last Updated 2015-12-14
Publish Date 2015-12-12
Rating 4.00/5 Total 9 Ratings
Developer www.cinefox.cc
Payment Type free
Supported Languages es
manifest.json
{
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/icon\/icon-3x.png",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Manten al d\u00eda tu colecci\u00f3n de pel\u00edculas y complementa tu navegaci\u00f3n para decidir qu\u00e9 ver.",
    "icons": {
        "128": "static\/icon\/icon-3x.png",
        "48": "static\/icon\/icon-2x.png",
        "16": "static\/icon\/icon-1x.png"
    },
    "manifest_version": 2,
    "name": "CineFox Updater",
    "permissions": [
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "web_accessible_resources": [
        "static\/js\/*",
        "html\/*",
        "static\/css\/*",
        "static\/icon\/*"
    ]
}