CSFD Search & Extensions

Simple search for CSFD.cz movie database and various extensions to the site.

CSFD Search & Extensionsとは何ですか?

CSFD Search & ExtensionsはIzziによって開発されたChromeの拡張機能で、その主な機能は「Simple search for CSFD.cz movie database and various extensions to the site.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

CSFD Search & Extensions拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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"                    

拡張機能の基本情報

名前 CSFD Search & Extensions CSFD Search & Extensions
ID ookhejngpnlkejplknjeligcfnegimip
公式URL https://chromewebstore.google.com/detail/csfd-search-extensions/ookhejngpnlkejplknjeligcfnegimip
説明 Simple search for CSFD.cz movie database and various extensions to the site.
ファイルサイズ 146 KB
インストール数 1,020
現在のバージョン 7.0
最終更新日 2018-10-28
公開日 2018-10-28
評価 4.82/5 合計 33 レビュー
開発者 Izzi
支払い方法 free
拡張機能のウェブサイト http://csfd.tomizzi.com
ヘルプページのURL http://csfd.tomizzi.com
対応言語 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"
    ]
}