Fast Film

Rapid transition from Kinopoisk and IMDb for downloading or viewing a movie.

Τι είναι το Fast Film;

Το Fast Film είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bipycxp, και η κύρια λειτουργία του είναι "Rapid transition from Kinopoisk and IMDb for downloading or viewing a movie.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fast Film

Λήψη αρχείων επέκτασης Fast Film σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The extension adds links to online-view or download web-pages to movie descriptions at Kinopoisk.ru and IMDb.com (the most popular movie-searching services). 

This extension really saves your time if you haven’t made up your choice in what movie to watch tonight. All you have to do is to search a movie-base and make a couple of clicks on the same page! 

Flexible settings make the extension fully customizable.

Tell about us in social networks, leave feedback and rate extension.

If you have found any mistake in the translation, a bug, or would like to share your ideas - please feel free to write to us in the comments.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fast Film Fast Film
ID aiefigkbijfkibehgmfkkodiemnfkbpc
Επίσημο URL https://chrome.google.com/webstore/detail/fast-film/aiefigkbijfkibehgmfkkodiemnfkbpc
Περιγραφή Rapid transition from Kinopoisk and IMDb for downloading or viewing a movie.
Μέγεθος Αρχείου 750 KB
Αριθμός Εγκαταστάσεων 766
Τρέχουσα Έκδοση 3.0.5
Τελευταία Ενημέρωση 2019-03-25
Ημερομηνία Δημοσίευσης 2019-03-25
Αξιολόγηση 4.18/5 Συνολικά 94 Αξιολογήσεις
Προγραμματιστής bipycxp
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Film",
    "description": "__MSG_description__",
    "version": "3.0.5",
    "default_locale": "ru",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/icons\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/analytics.js"
        ],
        "persistent": false
    },
    "options_page": "html\/settings.html",
    "permissions": [
        "tabs",
        "*:\/\/*.kinopoisk.ru\/film\/*",
        "*:\/\/*.imdb.com\/title\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kinopoisk.ru\/film\/*"
            ],
            "css": [
                "style\/content.css"
            ],
            "js": [
                "libs\/jquery.js",
                "js\/content\/kinopoisk.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.imdb.com\/title\/*"
            ],
            "css": [
                "style\/content.css"
            ],
            "js": [
                "libs\/jquery.js",
                "js\/content\/imdb.js"
            ],
            "run_at": "document_end"
        }
    ]
}