Tubidy
Search for music and more with our free extension!
Tubidyคืออะไร?
Tubidy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 123movies และคุณลักษณะหลักของมันคือ "Search for music and more with our free extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tubidy
ดาวน์โหลดไฟล์ส่วนขยาย Tubidy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tubidy's Official Chrome Extension. Search for music and more with our free extension! Tubidy is a free extension to find music, movies, ebooks, torrents, software and more! Our extension is 100% legal as our free to use tool uses googles' search results to help you find what you want with ease! How to use the extension: Simply choose the category which you want to search. Enter your desired search term and click search. We'll display the results to you! We made this free tool with the end user in mind. We really have a passion for making robust tools! Tubidy is a great tool for music lovers and people who enjoy watching movies online. Easy to use. We'll add our search tool as a new tab when you install our extension. Of course you can opt out, but it will make the search process a lot more efficient. We don't alter your search in any way or form unlike other extensions who will try to hijack your default search engine! Enjoy! - Tubidy Team
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kchpoagchdfclplfdofdapfggbcpplda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tubidy/kchpoagchdfclplfdofdapfggbcpplda |
คำอธิบาย | Search for music and more with our free extension! |
ขนาดไฟล์ | 24.79 MB |
จำนวนการติดตั้ง | 1,644 |
เวอร์ชันปัจจุบัน | 2.4.9 |
อัปเดตครั้งล่าสุด | 2020-12-06 |
วันที่เผยแพร่ | 2020-12-06 |
ผู้พัฒนา | 123movies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tubidy", "short_name": "Tubidy", "version": "2.4.9", "description": "Search for music and more with our free extension!", "background": { "scripts": [ "\/assets\/js\/jquery-2.2.4.min.js", "\/assets\/js\/moment.min.js", "\/assets\/js\/background.js" ] }, "browser_action": { "browser_style": false, "default_title": "Tubidy", "default_icon": "icon.png", "default_popup": "\/index.html" }, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "permissions": [] } |