Video Favorites

Video favorites are also like bookmarks for sites in the browser, but only for videos. Manage videos - copy, move, delete.

Τι είναι το Video Favorites;

Το Video Favorites είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Browser extensions, και η κύρια λειτουργία του είναι "Video favorites are also like bookmarks for sites in the browser, but only for videos. Manage videos - copy, move, delete.".

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

screenshot
screenshot

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

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

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

                        Video favorites are like bookmarks for sites in the browser, but only for videos. This extension allows you to work with links to videos, channels, playlists in youtube, as well as you work in your operating system with files - copy, delete, move, create folders.
Now you do not have to look for the video you need in the history or in the "watch later." Open videos in pop-up windows (as many as you want). Also you can create bookmarks for timestamps in a video clip, which will allow you to jump to the right moment in one click.                    

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

Όνομα Video Favorites Video Favorites
ID jkdhmahpbiogkhmkeiekiogogkbnkmln
Επίσημο URL https://chromewebstore.google.com/detail/video-favorites/jkdhmahpbiogkhmkeiekiogogkbnkmln
Περιγραφή Video favorites are also like bookmarks for sites in the browser, but only for videos. Manage videos - copy, move, delete.
Μέγεθος Αρχείου 604 KB
Αριθμός Εγκαταστάσεων 1,192
Τρέχουσα Έκδοση 0.0.11
Τελευταία Ενημέρωση 2022-04-09
Ημερομηνία Δημοσίευσης 2019-10-27
Αξιολόγηση 4.53/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Browser extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.0.11",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.js",
                "lib\/jquery-ui-1.12.1.custom\/jquery-ui.js"
            ],
            "css": [
                "lib\/jquery-ui-1.12.1.custom\/jquery-ui.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "media\/icons\/icon16.png",
        "48": "media\/icons\/icon48.png",
        "128": "media\/icons\/icon128.png",
        "256": "media\/icons\/icon256.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "lib\/jquery-ui-1.11.4.custom\/images\/ui-icons_444444_256x240.png",
        "lib\/jquery-ui-1.11.4.custom\/images\/ui-icons_555555_256x240.png",
        "lib\/jquery-ui-1.11.4.custom\/images\/ui-icons_777620_256x240.png",
        "lib\/jquery-ui-1.11.4.custom\/images\/ui-icons_777777_256x240.png",
        "lib\/jquery-ui-1.11.4.custom\/images\/ui-icons_cc0000_256x240.png",
        "lib\/jquery-ui-1.11.4.custom\/images\/ui-icons_ffffff_256x240.png",
        "js\/inject.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}