Thumbs-Up!
A duplicate of Nod except not everybody has to have the extension installed!
什麼是Thumbs-Up!?
Thumbs-Up!是由Theo's Tech Tips開發的Chrome擴展程式,該擴展的主要功能是“A duplicate of Nod except not everybody has to have the extension installed!”。
擴展截圖
下載Thumbs-Up!擴展crx文件
下載Thumbs-Up!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds reactions to your google meet using the classic google meet chatbox! When you download it, adds a ton of icons to the bottom menu and when you press it, it tells you that it sent the reaction by showing it in the chatbox!
擴展基本資訊
名稱 | Thumbs-Up! |
ID | knbioabcchimhfldmpmacnepocgjejgf |
官方網址 | https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf |
簡介 | A duplicate of Nod except not everybody has to have the extension installed! |
檔案大小 | 39.9 KB |
安裝次數 | 10,000 |
目前版本 | 0.2 |
更新時間 | 2022-11-15 |
上架時間 | 2020-11-23 |
評分 | 2.00/5 共 6 次評分 |
開發者 | Theo's Tech Tips |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thumbs-Up!", "description": "A duplicate of Nod except not everybody has to have the extension installed!", "version": "0.2", "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/**-**-**" ], "js": [ "jquery-3.6.1.min.js", "content.js" ] } ], "action": { "default_icon": "thumb.gif", "default_popup": "popup.html" } } |