Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 714 Bytes

fb_messengerhistory-js.md

File metadata and controls

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

how to add bookmarklet in chrome
export default { icon: '', name: { en: "Facebook messenger history", vi: "Facebook view first message", }, description: { en: "View first message in facebook messenger", en: "View first message with friends in facebook messenger", }, onClickExtension: async() => { window.open(chrome.runtime.getURL("scripts/fb_messengerHistory.html")); }, };