World of Tanks Wallpapers | New Tab Theme

World of Tanks HD Wallpapers: theme for those who want to enjoy great new tab WoT wallpapers along with handy features

Τι είναι το World of Tanks Wallpapers | New Tab Theme;

Το World of Tanks Wallpapers | New Tab Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Garry P., και η κύρια λειτουργία του είναι "World of Tanks HD Wallpapers: theme for those who want to enjoy great new tab WoT wallpapers along with handy features".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης World of Tanks Wallpapers | New Tab Theme

Λήψη αρχείων επέκτασης World of Tanks Wallpapers | New Tab Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Commanders!

This new tab theme will definitely set you for the next victory with its HD World of Tanks wallpapers and useful tools. Just choose the wallpaper with your favorite tank or even upload your own picture, organize the bookmarks for a quick access to the WoT sources of your choice and get ready for your next battle.

What's included:

- World of Tanks HD wallpapers - let the tanks guard your web sessions and guide you to the next win
- Custom wallpapers - upload your own photos at any time
- Search engine of your choice: Google, Bing, Yahoo! and others
- Shortcuts with top Google services like Google Drive, Calendar and Docs
- Bookmarks manager: access your open tabs and organize your bookmarks in folders
- Smart search: explore popular websites like YouTube and Amazon right from your new tab
- Plus expect even more advanced features in future

Forget about laggy performance, old search engines and low resolution images. You deserve only stable performance, useful tools and high quality World of Tanks materials.

Tanks for downloading!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα World of Tanks Wallpapers | New Tab Theme World of Tanks Wallpapers | New Tab Theme
ID nclocjlblghhcfkfgkjamjcghamkmomc
Επίσημο URL https://chromewebstore.google.com/detail/world-of-tanks-wallpapers/nclocjlblghhcfkfgkjamjcghamkmomc
Περιγραφή World of Tanks HD Wallpapers: theme for those who want to enjoy great new tab WoT wallpapers along with handy features
Μέγεθος Αρχείου 953 KB
Αριθμός Εγκαταστάσεων 1,718
Τρέχουσα Έκδοση 5.0.18
Τελευταία Ενημέρωση 2021-05-22
Ημερομηνία Δημοσίευσης 2020-09-26
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Garry P.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/dark-new-tab-privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "16": "public\/icons\/dr_16.png",
        "48": "public\/icons\/dr_48.png",
        "128": "public\/icons\/dr_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/public\/icons\/dr_active_19.png",
            "38": "\/public\/icons\/dr_active_38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "\/public\/html\/index.html"
    },
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "\/background.js",
            "\/news.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "panel.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "\/public\/**\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "history",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "storage",
        "",
        "topSites"
    ],
    "optional_permissions": [
        "sessions"
    ],
    "version": "5.0.18",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "toggle-search-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Open search pannel"
        }
    }
}