Valorant Theme - New Tab Video Wallpaper

Valorant Video Wallpaper Theme

What is Valorant Theme - New Tab Video Wallpaper?

Valorant Theme - New Tab Video Wallpaper is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Valorant Video Wallpaper Theme".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Valorant Theme - New Tab Video Wallpaper Extension CRX File

Download Valorant Theme - New Tab Video Wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get your own Valorant themed New Tab!
With this add on you set a valorant gaming video background for your tabs.
Do you want more valorant HD video wallpaper?

You can select the following options on the new Tab:
- select search engine
- enable & copy emoji
- enable image or video wallpaper only
- other ads releated options

Rate this addon!                    

Extension Basic Information

Name Valorant Theme - New Tab Video Wallpaper Valorant Theme - New Tab Video Wallpaper
ID gokdopjgopnkdginfdjhpbakchalalfp
Official URL https://chromewebstore.google.com/detail/valorant-theme-new-tab-vi/gokdopjgopnkdginfdjhpbakchalalfp
Description Valorant Video Wallpaper Theme
File Size 207 MB
Installation Count 2,140
Current Version 1.0.8
Last Updated 2021-03-12
Publish Date 2020-06-18
Rating 4.33/5 Total 3 Ratings
Developer Xeri Media Crew | XMC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.xeriflow.net/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Valorant Theme - New Tab Video Wallpaper",
    "description": "Valorant Video Wallpaper Theme",
    "version": "1.0.8",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "web_accessible_resources": [
        "bg-vid\/*",
        "bg-img\/*"
    ],
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}