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 |
| 官方網址 | 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"
]
} | |