Tasty Hamburgers

Get a Juicy Hamburger on every new tab

Co to jest Tasty Hamburgers?

Tasty Hamburgers to rozszerzenie Chrome opracowane przez http://freehdtabs.com, a jego główną funkcją jest „Get a Juicy Hamburger on every new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tasty Hamburgers

Pobierz pliki rozszerzeń Tasty Hamburgers 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

                        - Hamburger NEW TAB - Hamburger WALLPAPERS - Offered by freehdtabs.com -

Install Tasty Hamburgers and enjoy varied HD wallpapers of cute Hamburger, every time you open a new tab.

What can you get from our Hamburger themes?
★ First, you can enjoy a wide range of Hamburger wallpapers in HD quality. 

★ Second, the Tasty Hamburgers extension provides quick navigation to your most visited sites and Chrome apps like Gmail.

★ Finally, you can enjoy all these features for free! Our extension does not include ads or any hidden catch!

★ Interested in cute animal themes like cats, puppies, horses? Visit our homepage for more HD wallpapers and newtab themes: https://freehdtabs.com/


How do I uninstall this extension?
Click on the Chrome Menu icon to open the menu
Click on Settings
On the left window pane click on Extensions
Choose the Cute Horses extension from the list
Click on the Trash bin icon to the right of the extension
On the pop-up window click on the Remove button


EULA: https://freehdtabs.com/eula
Privacy Policy : https://freehdtabs.com/privacy
You can always contact us at [email protected]'                    

Podstawowe informacje o rozszerzeniu

Nazwa Tasty Hamburgers Tasty Hamburgers
ID bbahmpbdpjfifmmijacenifhdbpodcpf
Oficjalny URL https://chrome.google.com/webstore/detail/tasty-hamburgers/bbahmpbdpjfifmmijacenifhdbpodcpf
Opis Get a Juicy Hamburger on every new tab
Rozmiar pliku 15.43 KB
Liczba instalacji 63
Aktualna Wersja 1.04
Ostatnia Aktualizacja 2023-05-22
Data Publikacji 2019-05-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://freehdtabs.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://freehdtabs.com
Adres URL Strony Polityki Prywatności https://freehdtabs.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.04",
    "name": "Tasty Hamburgers",
    "description": "Get a Juicy Hamburger on every new tab",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.freehdtabs.com\/*",
            "*:\/\/freehdtabs.com\/*",
            "*:\/\/*.freehdtabs.test\/*",
            "*:\/\/freehdtabs.test\/*"
        ]
    }
}