Tasty Hamburgers
Get a Juicy Hamburger on every new tab
Qu'est-ce que Tasty Hamburgers ?
Tasty Hamburgers est une extension Chrome développée par http://freehdtabs.com, et sa fonction principale est "Get a Juicy Hamburger on every new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tasty Hamburgers
Téléchargez les fichiers d'extension Tasty Hamburgers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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]'
Informations de Base sur l'Extension
Nom | |
ID | bbahmpbdpjfifmmijacenifhdbpodcpf |
URL Officiel | https://chrome.google.com/webstore/detail/tasty-hamburgers/bbahmpbdpjfifmmijacenifhdbpodcpf |
Description | Get a Juicy Hamburger on every new tab |
Taille du Fichier | 15.43 KB |
Nombre d'Installations | 63 |
Version Actuelle | 1.04 |
Dernière Mise à Jour | 2023-05-22 |
Date de Publication | 2019-05-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://freehdtabs.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://freehdtabs.com |
URL de la Page de Politique de Confidentialité | https://freehdtabs.com/privacy |
Langues Prises en Charge | 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\/*" ] } } |