MC Theme - New Tab Video Wallpaper

MC Video Wallpaper Theme

O que é MC Theme - New Tab Video Wallpaper?

MC Theme - New Tab Video Wallpaper é uma extensão do Chrome desenvolvida por Xeri Media Crew | XMC, e sua principal característica é "MC Video Wallpaper Theme".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MC Theme - New Tab Video Wallpaper

Baixe arquivos de extensão MC Theme - New Tab Video Wallpaper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Costomize your "New Tab" window! Your tabs will be MC themed!
Get surprised with insane HD MC video wallpaper!
When you click on "New Tab" a tab with a MC video wallpaper will open!
Video wallpaper of cinematic scenes, landscapes and buildings.

The tab will look like:
-searchbar at the top
-video background wallpaper in MC theme
-rate & settings button at the bottom                    

Informações Básicas da Extensão

Nome MC Theme - New Tab Video Wallpaper MC Theme - New Tab Video Wallpaper
ID mfkdgmaedigckfnaehbebcpddaenomkk
URL Oficial https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk
Descrição MC Video Wallpaper Theme
Tamanho do Arquivo 276 MB
Contagem de Instalações 59
Versão Atual 1.0.5
Última Atualização 2020-10-26
Data de Publicação 2020-07-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Xeri Media Crew | XMC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://xeri-media-crew.webnode.com/
URL da Página de Política de Privacidade https://www.xeriflow.net/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MC Theme - New Tab Video Wallpaper",
    "description": "MC Video Wallpaper Theme",
    "version": "1.0.5",
    "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"
    }
}