Nyan Cat Progress Bar for YouTube™
Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!
Cos'è Nyan Cat Progress Bar for YouTube™?
Nyan Cat Progress Bar for YouTube™ è un'estensione di Chrome sviluppata da Daniel, e la sua funzione principale è "Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nyan Cat Progress Bar for YouTube™
Scarica i file di estensione Nyan Cat Progress Bar 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
Animated Nyan Cat progress bar theme for YouTube! It's time for Pop-Tart cat and rainbows! This cute Nyan Cat progress bar will work for all videos on YouTube. ** 24 March 2017: Updated for YouTube's new HTML5 player. [original Nyan Cat image by PRguitarman] nyan nyan nyan nyan nyan nyan nyan nyan!
Informazioni di Base sull'Estensione
Nome | Nyan Cat Progress Bar for YouTube™ |
ID | bdjaekjkckpdknkfncfnaibkabdcgmkg |
URL Ufficiale | https://chromewebstore.google.com/detail/nyan-cat-progress-bar-for/bdjaekjkckpdknkfncfnaibkabdcgmkg |
Descrizione | Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan! |
Dimensione del File | 45.09 KB |
Conteggio Installazioni | 203,188 |
Versione Corrente | 1.18 |
Ultimo Aggiornamento | 2017-03-26 |
Data di Pubblicazione | 2017-03-26 |
Valutazione | 3.87/5 Totale 991 Valutazioni |
Sviluppatore | Daniel |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nyan Cat Progress Bar for YouTube\u2122", "short_name": "NyanCat 4 YT", "version": "1.18", "description": "Nyan Cat Progress Bar for YouTube\u2122! Nyan nyan nyan nyan nyan!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "nyan.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "nyanimated.gif" ] } |