Tasty Hamburgers

Get a Juicy Hamburger on every new tab

Cos'è Tasty Hamburgers?

Tasty Hamburgers è un'estensione di Chrome sviluppata da http://freehdtabs.com, e la sua funzione principale è "Get a Juicy Hamburger on every new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tasty Hamburgers

Scarica i file di estensione Tasty Hamburgers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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]'                    

Informazioni di Base sull'Estensione

Nome Tasty Hamburgers Tasty Hamburgers
ID bbahmpbdpjfifmmijacenifhdbpodcpf
URL Ufficiale https://chrome.google.com/webstore/detail/tasty-hamburgers/bbahmpbdpjfifmmijacenifhdbpodcpf
Descrizione Get a Juicy Hamburger on every new tab
Dimensione del File 15.43 KB
Conteggio Installazioni 63
Versione Corrente 1.04
Ultimo Aggiornamento 2023-05-22
Data di Pubblicazione 2019-05-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://freehdtabs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freehdtabs.com
URL della Pagina della Politica sulla Privacy https://freehdtabs.com/privacy
Lingue Supportate 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\/*"
        ]
    }
}