Adventure Time New Tab Wallpaper Background

This is an extension for Adventure Time wallpaper custom new tab and also a great kids show that even adults can watch.

Τι είναι το Adventure Time New Tab Wallpaper Background;

Το Adventure Time New Tab Wallpaper Background είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον newtabsytoon, και η κύρια λειτουργία του είναι "This is an extension for Adventure Time wallpaper custom new tab and also a great kids show that even adults can watch.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Adventure Time New Tab Wallpaper Background

Λήψη αρχείων επέκτασης Adventure Time New Tab Wallpaper Background σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        What you get with Adventure Time New Tab Wallpaper Background extension for Chrome?

When you decide to install Adventure Time new tab extension we will give a number of cool features, where main feature is changing background wallpaper of your new tab page, as is in all of our extensions.

What this means!? With this extension, every time you open your new tab in Chrome browser your background will change into wallpaper from Adventure Time. Once when you open new tab you will see wallpaper of Fin battling some monsters, and other time you will see Jake doing some stupid stuff as he usually does.

Wallpapers are always shuffling at random, so you don't know which one you get when you open your new tab. This was made intentionally like this because it is way more fun this way. The not knowing and the anticipation of what will you see next.

There are lots of Adventure Time wallpapers and new ones are added almost daily as we update our extensions.

Among other features there is custom search box. We made our own search box and results are displayed from Google. Under that search bar there is recommendations of other extensions made by NewTabsy. If you get bored of this one you can always get a new one if you see something you like from those recommendations.

Also one cool feature that you get is date and time displayed in the upper right corner of your screen. Time is connected to your local time zone. On the opposite side of the screen in the upper left side of your screen there are shortcuts to some popular websites.


This extension can
Replace the page you see when opening new tab
Display notifications
Read and change your bookmarks
Manage your apps, extensions and themes                    

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

Όνομα Adventure Time New Tab Wallpaper Background Adventure Time New Tab Wallpaper Background
ID nbdbgpkoadkiklmginiboiiiaidkgbbf
Επίσημο URL https://chrome.google.com/webstore/detail/adventure-time-new-tab-wa/nbdbgpkoadkiklmginiboiiiaidkgbbf
Περιγραφή This is an extension for Adventure Time wallpaper custom new tab and also a great kids show that even adults can watch.
Μέγεθος Αρχείου 936 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-04-12
Ημερομηνία Δημοσίευσης 2019-04-12
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής newtabsytoon
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://newtabsy.com/adventure-time-new-tab-wallpaper-background/
Διεύθυνση URL της Σελίδας Βοήθειας http://newtabsy.com/contact-us/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/s3.us-east-2.amazonaws.com\/ https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/json.geoiplookup.io https:\/\/query.yahooapis.com; object-src 'self'",
    "description": "This is an extension for Adventure Time wallpaper custom new tab and also a great kids show that even adults can watch.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Adventure Time New Tab Wallpaper Background",
    "offline_enabled": true,
    "permissions": [
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "notifications",
        "bookmarks",
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "*"
    ]
}