Project Vayne Theme [League of Legends]
Animation Tab
Vad är Project Vayne Theme [League of Legends]?
Project Vayne Theme [League of Legends] är en Chrome-tillägg utvecklad av sleepykinq radio music, och dess huvudfunktion är "Animation Tab".
Tilläggsskärmbilder
Ladda ner Project Vayne Theme [League of Legends]-förlängningens CRX-fil
Ladda ner Project Vayne Theme [League of Legends]-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | dckfjbojfmeipmhciojnkcjfjbfiekko |
Officiell webbadress | https://chrome.google.com/webstore/detail/project-vayne-theme-leagu/dckfjbojfmeipmhciojnkcjfjbfiekko |
Beskrivning | Animation Tab |
Filstorlek | 32.46 MB |
Antal Installationer | 22 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2019-05-01 |
Publiceringsdatum | 2019-05-01 |
Betyg | 4.75/5 Totalt 8 Betyg |
Utvecklare | sleepykinq radio music |
Betalningssätt | in_store |
Stödda Språk | 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" ] } |