Downloader For StarMaker
Downloader For StarMaker: Starmaker Downloader is the best tool for download Starmaker song/video.
Downloader For StarMaker란 무엇입니까?
Downloader For StarMaker은(는) http://botdownloader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloader For StarMaker: Starmaker Downloader is the best tool for download Starmaker song/video."입니다.
확장 프로그램 스크린샷
Downloader For StarMaker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Try our new tools for StarMaker Downloader: You just need 1 clicks to download Starmaker Song/video. download starmaker song for free. Download Starmaker song easily using this chrome extension for free. 🚀 HOW DOES THIS TOOL WORK? 1. Click on the extension icon and then tap on the {GO TO STARMAKER} button. 2. choose your video and click on it. 3. When your page is fully loaded, our extension will enable the download button in the upper right corner of the video, {see screenshot}. 4. click the button to download starmaker song or video. Starmaker Downloader helps you to download starmaker song and video that you love to your device in the easy and quick way, so you can open the video anytime, anywhere you want or share it with your friends, save the internet traffic. Important Note: 1. Do not use Download Starmaker Song/Video without the permission of the respective owner. We respect the rights of Starmaker. 2. Song Downloader for Starmaker is not affiliated with Starmaker, but it is a tool to help download Song/Video from Starmaker. We will make it better with your feedbacks and suggestions. Say something when you rates my dear friends.
확장 프로그램 기본 정보
이름 | |
ID | jmippbfjeffhpnkdabccmonabccaeoie |
공식 URL | https://chrome.google.com/webstore/detail/downloader-for-starmaker/jmippbfjeffhpnkdabccmonabccaeoie |
설명 | Downloader For StarMaker: Starmaker Downloader is the best tool for download Starmaker song/video. |
파일 크기 | 49.78 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-12-12 |
출시 날짜 | 2020-12-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://botdownloader.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://botdownloader.com/starmaker-downloader |
도움말 페이지 URL | https://botdownloader.com/contact |
개인정보 보호 정책 페이지 URL | https://botdownloader.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloader For StarMaker", "description": "Downloader For StarMaker: Starmaker Downloader is the best tool for download Starmaker song\/video.", "homepage_url": "https:\/\/botdownloader.com\/starmaker-downloader", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.starmakerstudios.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "version": "1.0", "manifest_version": 2 } |