Smule downloader
This extension helps to download audio files directly from the smule website
什麼是Smule downloader?
Smule downloader是由http://sites.google.com/site/jayankaghosh開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to download audio files directly from the smule website”。
擴展截圖
下載Smule downloader擴展crx文件
下載Smule downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps to download audio files directly from the smule website. For any queries please send an email to [email protected]
擴展基本資訊
名稱 | |
ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
官方網址 | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
簡介 | This extension helps to download audio files directly from the smule website |
檔案大小 | 120 KB |
安裝次數 | 933 |
目前版本 | 1.1 |
更新時間 | 2017-05-01 |
上架時間 | 2017-05-01 |
評分 | 3.98/5 共 83 次評分 |
開發者 | http://sites.google.com/site/jayankaghosh |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smule downloader", "description": "This extension helps to download audio files directly from the smule website", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Made with l<3ve by j0y" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.smule.com\/*" ], "js": [ "Smule.js" ] } ] } |