Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Τι είναι το Simple Youtube Repeater;

Το Simple Youtube Repeater είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kennethdevel, και η κύρια λειτουργία του είναι "Simply click the repeat button to make the Youtube video automatically repeat.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Simple Youtube Repeater

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

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

                        Simply click the repeat button to make the video automatically repeat.                    

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

Όνομα Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
Επίσημο URL https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Περιγραφή Simply click the repeat button to make the Youtube video automatically repeat.
Μέγεθος Αρχείου 15.46 KB
Αριθμός Εγκαταστάσεων 694
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2016-06-13
Ημερομηνία Δημοσίευσης 2016-06-13
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής kennethdevel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}