CineFox Updater

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

Was ist CineFox Updater?

CineFox Updater ist eine Chrome-Erweiterung, die von www.cinefox.cc entwickelt wurde, und ihr Hauptmerkmal ist "Manten al día tu colección de películas y complementa tu navegación para decidir qué ver.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CineFox Updater-Erweiterungs-CRX-Datei herunterladen

Laden Sie CineFox Updater-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CineFox Updater CineFox Updater
ID hnjmbbjbamghemdgkpmcmgkifadfgadb
Offizielle URL https://chromewebstore.google.com/detail/cinefox-updater/hnjmbbjbamghemdgkpmcmgkifadfgadb
Beschreibung Manten al día tu colección de películas y complementa tu navegación para decidir qué ver.
Dateigröße 372 KB
Installationsanzahl 981
Aktuelle Version 0.0.2
Letztes Update 2015-12-14
Veröffentlichungsdatum 2015-12-12
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler www.cinefox.cc
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}