Project Vayne Theme [League of Legends]
Animation Tab
¿Qué es Project Vayne Theme [League of Legends]?
Project Vayne Theme [League of Legends] es una extensión de Chrome desarrollada por sleepykinq radio music, y su función principal es "Animation Tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Project Vayne Theme [League of Legends]
Descarga archivos de extensión Project Vayne Theme [League of Legends] en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Installing Project Vayne Theme/Gaming Music will bring you a new animation on your New Tab. For League of Legends player, they can't miss out this thing. My extension will fix their problem, it will bring up new things like Music For Gaming and New Tab animation. To bring it back the best for low internet speed gamers, we already provide Gaming Music in our extension, so hope you all Enjoy it.
Información Básica de la Extensión
Nombre | |
ID | dckfjbojfmeipmhciojnkcjfjbfiekko |
URL Oficial | https://chrome.google.com/webstore/detail/project-vayne-theme-leagu/dckfjbojfmeipmhciojnkcjfjbfiekko |
Descripción | Animation Tab |
Tamaño del Archivo | 32.46 MB |
Cantidad de Instalaciones | 22 |
Versión Actual | 2.1 |
Última Actualización | 2019-05-01 |
Fecha de Publicación | 2019-05-01 |
Calificación | 4.75/5 Total de 8 Calificaciones |
Desarrollador | sleepykinq radio music |
Tipo de Pago | in_store |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sleepykinq Radio", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "popup.html", "default_title": "" }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Animation Tab", "homepage_url": "https:\/\/www.youtube.com\/SleepykinqRadioMusic", "manifest_version": 2, "name": "Project Vayne Theme [League of Legends]", "permissions": [ "activeTab" ], "version": "2.1", "web_accessible_resources": [ "videos\/*.mp4" ] } |