Video Looper for Youtube/Dailymotion/others

This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5

Τι είναι το Video Looper for Youtube/Dailymotion/others;

Το Video Looper for Youtube/Dailymotion/others είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον o9000, και η κύρια λειτουργία του είναι "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Looper for Youtube/Dailymotion/others

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

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

                        A browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it.                    

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

Όνομα Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
Επίσημο URL https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Περιγραφή This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Μέγεθος Αρχείου 18.77 KB
Αριθμός Εγκαταστάσεων 2,418
Τρέχουσα Έκδοση 2015.12.30.0
Τελευταία Ενημέρωση 2016-01-01
Ημερομηνία Δημοσίευσης 2016-01-01
Αξιολόγηση 4.19/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής o9000
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Looper for Youtube\/Dailymotion\/others",
    "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
    "version": "2015.12.30.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Video Looper",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}