Tweet Peep 👀
Peep Thoughts on Twitter
什么是Tweet Peep 👀?
Tweet Peep 👀是由https://glasp.co开发的Chrome扩展程序,该扩展的主要功能是“Peep Thoughts on Twitter”。
扩展截图
下载Tweet Peep 👀扩展crx文件
下载Tweet Peep 👀扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing. 扩展基本信息
| 名称 | |
| ID | naajicfpnocgkefffkgekndknlifgagb |
| 官方URL | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
| 简介 | Peep Thoughts on Twitter |
| 文件大小 | 26.24 KB |
| 安装次数 | 214 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2023-08-25 |
| 上架时间 | 2021-02-23 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://glasp.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
| 隐私政策页面URL | https://www.glasp.co/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tweet Peep \ud83d\udc40",
"version": "1.1.3",
"manifest_version": 3,
"description": "Peep Thoughts on Twitter",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"48": "src\/images\/48.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"src\/contentscript\/content.js"
],
"all_frames": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "src\/images\/16.png",
"48": "src\/images\/48.png",
"128": "src\/images\/128.png"
},
"permissions": [
"tabs",
"contextMenus"
]
} | |