Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
什麼是Emotes Anywhere?
Emotes Anywhere是由Rhenier Kloppers開發的Chrome擴展程式,該擴展的主要功能是“Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments”。
擴展截圖
下載Emotes Anywhere擴展crx文件
下載Emotes Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds. Simply install and you're good to go! Currently supported sites: Youtube, Reddit
擴展基本資訊
名稱 | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
官方網址 | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
簡介 | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
檔案大小 | 19.8 KB |
安裝次數 | 270 |
目前版本 | 0.87 |
更新時間 | 2019-06-14 |
上架時間 | 2019-06-14 |
開發者 | Rhenier Kloppers |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Anywhere", "short_name": "Emotes", "version": "0.87", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments", "author": "Rhenier Kloppers", "browser_action": { "default_icon": "emotesanywhere.png", "default_title": "Popup here." }, "permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*", "tabs" ] } |