Avengers HD Wallpapers For New Tab

Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with…

Co to jest Avengers HD Wallpapers For New Tab?

Avengers HD Wallpapers For New Tab to rozszerzenie Chrome opracowane przez ssri668, a jego główną funkcją jest „Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Avengers HD Wallpapers For New Tab

Pobierz pliki rozszerzeń Avengers HD Wallpapers For New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with Avengers and optimizing search results in google.
Features : 
~ High quality Avengers images with every new tab
~ Providing the weather details.
~ Your current location name
~ Current Time. 
You will enjoy while using it.

If you like it support me.                    

Podstawowe informacje o rozszerzeniu

Nazwa Avengers HD Wallpapers For New Tab Avengers HD Wallpapers For New Tab
ID lhjgbjaiccdeomhlhcgeplcloddllokk
Oficjalny URL https://chrome.google.com/webstore/detail/avengers-hd-wallpapers-fo/lhjgbjaiccdeomhlhcgeplcloddllokk
Opis Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with…
Rozmiar pliku 4.74 MB
Liczba instalacji 482
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2020-03-23
Data Publikacji 2020-03-23
Deweloper ssri668
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Avengers HD Wallpapers For New Tab",
    "manifest_version": 2,
    "version": "0.6",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permission": [
        "tabs",
        "activeTab",
        "geolocation"
    ],
    "browser_action": {
        "default_title": "Avengers New Tab",
        "default_icon": {
            "16": "images\/pn.png",
            "24": "images\/pn.png",
            "32": "images\/pn.png"
        }
    },
    "icons": {
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'unsafe-inline' 'unsafe-eval' 'self'; object-src 'self' 'unsafe-inline' 'unsafe-eval'"
}