Endless for Youtube

Play and replay that Youtube video to death

Qu'est-ce que Endless for Youtube ?

Endless for Youtube est une extension Chrome développée par jing, et sa fonction principale est "Play and replay that Youtube video to death".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Endless for Youtube

Téléchargez les fichiers d'extension Endless for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Replay that Youtube video over and over and over again!

Install this extension and find the repeat button (enabled on install) added to the bottom right hand corner of your Youtube video player. 

Hit the extension settings menu to restore your default Youtube player. You can do this over and over too!!! Who doesn't like clicking a nice toggle every once in a while?

Can't stop listening to that song you can't find on Spotify? Repeat.
Want to nail that dance choreography? Repeat.
Need to hear the voice of your internet celebrity/hero/idol...over and over and over again? Repeat!                    

Informations de Base sur l'Extension

Nom Endless for Youtube Endless for Youtube
ID flgphficmginnjhdhebgegacneklhehm
URL Officiel https://chromewebstore.google.com/detail/endless-for-youtube/flgphficmginnjhdhebgegacneklhehm
Description Play and replay that Youtube video to death
Taille du Fichier 12.65 KB
Nombre d'Installations 171
Version Actuelle 1.0.10
Dernière Mise à Jour 2017-03-17
Date de Publication 2017-03-16
Évaluation 4.00/5 Total 8 Évaluations
Développeur jing
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Endless for Youtube",
    "description": "Play and replay that Youtube video to death",
    "version": "1.0.10",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/css\/styles.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "\/assets\/icon_128.png",
        "default_title": "Settings",
        "default_popup": "\/templates\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}