Tasty Hamburgers
Get a Juicy Hamburger on every new tab
Tasty Hamburgersคืออะไร?
Tasty Hamburgers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://freehdtabs.com และคุณลักษณะหลักของมันคือ "Get a Juicy Hamburger on every new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tasty Hamburgers
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } } |