Tasty Hamburgers
Get a Juicy Hamburger on every new tab
什么是Tasty Hamburgers?
Tasty Hamburgers是由http://freehdtabs.com开发的Chrome扩展程序,该扩展的主要功能是“Get a Juicy Hamburger on every new tab”。
扩展截图
下载Tasty Hamburgers扩展crx文件
下载Tasty Hamburgers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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]'
扩展基本信息
名称 | |
ID | bbahmpbdpjfifmmijacenifhdbpodcpf |
官方URL | https://chrome.google.com/webstore/detail/tasty-hamburgers/bbahmpbdpjfifmmijacenifhdbpodcpf |
简介 | Get a Juicy Hamburger on every new tab |
文件大小 | 15.43 KB |
安装次数 | 63 |
当前版本 | 1.04 |
更新时间 | 2023-05-22 |
上架时间 | 2019-05-17 |
评分 | 5.00/5 共1次评分 |
开发者 | http://freehdtabs.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://freehdtabs.com |
隐私政策页面URL | https://freehdtabs.com/privacy |
支持的语言 | 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\/*" ] } } |