Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 862 Bytes

doutube_downloadwatchingvideo-js.md

File metadata and controls

9 lines (8 loc) · 862 Bytes
title date categories
Doutube_downloadWatchingVideo.Js
2023-11-23
useful-script-en

how to add bookmarklet in chrome
import download_watchingVideo from “./download_watchingVideo.js”; export default { icon: “https://s2.googleusercontent.com/s2/favicons?domain=doutu.be”, name: { en: “Download watching video doutu.be”, vi: “Tải video doutu.be đang xem”, }, description: { en: “Download video doutu.be that you are watching”, vi: “Tải video doutu.be bạn đang xem”, }, whiteList: [“https://doutu.be/*”], onClickExtension: download_watchingVideo.onClickExtension, };