Enhanced Pause button for Youtube

Enjoy a smooth sound transition when you play/pause a video on Youtube!

Cos'è Enhanced Pause button for Youtube?

Enhanced Pause button for Youtube è un'estensione di Chrome sviluppata da HamsterApps, e la sua funzione principale è "Enjoy a smooth sound transition when you play/pause a video on Youtube!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enhanced Pause button for Youtube

Scarica i file di estensione Enhanced Pause button for Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Enjoy a smooth sound transition when you play/pause a video on Youtube!                    

Informazioni di Base sull'Estensione

Nome Enhanced Pause button for Youtube Enhanced Pause button for Youtube
ID epiiefaaobpfnffjhohpnhfhomabfbie
URL Ufficiale https://chrome.google.com/webstore/detail/enhanced-pause-button-for/epiiefaaobpfnffjhohpnhfhomabfbie
Descrizione Enjoy a smooth sound transition when you play/pause a video on Youtube!
Dimensione del File 351 KB
Conteggio Installazioni 29
Versione Corrente 0.6
Ultimo Aggiornamento 2017-03-12
Data di Pubblicazione 2017-03-12
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore HamsterApps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,fr
manifest.json
{
    "author": "Rapha\u00ebl L\u00e9ger",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/videoController.js"
            ]
        }
    ]
}