CSFD Search & Extensions
Simple search for CSFD.cz movie database and various extensions to the site.
Qu'est-ce que CSFD Search & Extensions ?
CSFD Search & Extensions est une extension Chrome développée par Izzi, et sa fonction principale est "Simple search for CSFD.cz movie database and various extensions to the site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSFD Search & Extensions
Téléchargez les fichiers d'extension CSFD Search & Extensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Toto rozšírenie ponúka rýchle a jednoduché vyhľadávanie v databáze CSFD.cz a rozširuje funkcionalitu stránky. Vyhľadávať je možné jednoduchým označením textu a následným kliknutím na ikonu. Zoznam funkcionalít: - IMDB hodnotenie - Priemerné hodnotenie obľúbených užívateľov - Rok ukončenia seriálu - Originálny jazyk - YouTube trailer - Zoznam epizód seriálu - Vyhľadávanie torrentov - Vyhľadávanie tituliek - Odkaz na prechod na vrch stránky - CSFD odkaz na stránkach IMDB - Preview po prechode nad odkazom tvorcu - Preview po prechode nad odkazom filmu - Export užívateľských dát"
Informations de Base sur l'Extension
Nom | CSFD Search & Extensions |
ID | ookhejngpnlkejplknjeligcfnegimip |
URL Officiel | https://chromewebstore.google.com/detail/csfd-search-extensions/ookhejngpnlkejplknjeligcfnegimip |
Description | Simple search for CSFD.cz movie database and various extensions to the site. |
Taille du Fichier | 146 KB |
Nombre d'Installations | 1,020 |
Version Actuelle | 7.0 |
Dernière Mise à Jour | 2018-10-28 |
Date de Publication | 2018-10-28 |
Évaluation | 4.82/5 Total 33 Évaluations |
Développeur | Izzi |
Type de Paiement | free |
Site Web de l'Extension | http://csfd.tomizzi.com |
URL de la Page d'Aide | http://csfd.tomizzi.com |
Langues Prises en Charge | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "manifest_version": 2, "version": "7.0", "icons": { "128": "img\/icon_128.png" }, "options_page": "options.html", "minimum_chrome_version": "28", "default_locale": "cs", "background": { "scripts": [ "js\/other\/background_scripts.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "css": [ "css\/style-csfd.css" ], "js": [ "js\/libs\/jquery.js", "js\/extras\/extras.js", "js\/extras\/extras_episodes.js", "js\/other\/helper.js" ], "matches": [ "http:\/\/www.csfd.cz\/film\/*", "https:\/\/www.csfd.cz\/film\/*" ] }, { "css": [ "css\/style-csfd.css", "css\/autocomplete.css" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/jquery-ui.js", "js\/libs\/jquery.hoverIntent.minified.js", "js\/extras\/extras_tooltips.js", "js\/other\/helper.js", "js\/other\/autocomplete.js", "js\/enums\/cache_type.js" ], "matches": [ "http:\/\/www.csfd.cz\/*", "https:\/\/www.csfd.cz\/*" ] }, { "js": [ "js\/extras\/extras_export.js" ], "matches": [ "http:\/\/www.csfd.cz\/uzivatel\/*", "https:\/\/www.csfd.cz\/uzivatel\/*" ] }, { "js": [ "js\/other\/content_scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "css": [ "css\/style-imdb.css" ], "js": [ "js\/libs\/jquery.js", "js\/extras\/extras_imdb.js", "js\/enums\/profile_type.js" ], "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ] } ], "web_accessible_resources": [ "img\/cc.gif", "img\/utorrent.jpg", "img\/up.png", "img\/csfd.png" ] } |