Tubidy
Search for music and more with our free extension!
Tubidy란 무엇입니까?
Tubidy은(는) 123movies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for music and more with our free extension!"입니다.
확장 프로그램 스크린샷
Tubidy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |