Trap Nation Theme - New Tab Video Wallpaper

Get vaporwave HD video wallpaper for you new tabs!

What is Trap Nation Theme - New Tab Video Wallpaper?

Trap Nation Theme - New Tab Video Wallpaper is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Get vaporwave HD video wallpaper for you new tabs!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Trap Nation Theme - New Tab Video Wallpaper Extension CRX File

Download Trap Nation 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 the Vaporwave & Retro Wallpaper AddOn.
Your new tabs get vaporwave and retro themed background video wallpaper,
that means retro themed palmes, cars, citys and more
Great HD video wallpaper for your browser.

More features on the new tab page:
- Middle search engine box (Google, Bing, Yahoo, Ecosia and more)
- Quick select & copy Emojies with our emojy section                    

Extension Basic Information

Name Trap Nation Theme - New Tab Video Wallpaper Trap Nation Theme - New Tab Video Wallpaper
ID dciafeepjmcnfmohbgbogffbppfemdnn
Official URL https://chromewebstore.google.com/detail/trap-nation-theme-new-tab/dciafeepjmcnfmohbgbogffbppfemdnn
Description Get vaporwave HD video wallpaper for you new tabs!
File Size 111 MB
Installation Count 336
Current Version 1.0.4
Last Updated 2020-11-06
Publish Date 2020-06-17
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": "Trap Nation Theme - New Tab Video Wallpaper",
    "description": "Get vaporwave HD video wallpaper for you new tabs!",
    "version": "1.0.4",
    "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\/*"
    ],
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}