Tweet Peep 👀
Peep Thoughts on Twitter
What is Tweet Peep 👀?
Tweet Peep 👀 is a Chrome extension developed by https://glasp.co, and its main feature is "Peep Thoughts on Twitter".
Extension Screenshots
Download Tweet Peep 👀 Extension CRX File
Download Tweet Peep 👀 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing.
Extension Basic Information
Name | Tweet Peep 👀 |
ID | naajicfpnocgkefffkgekndknlifgagb |
Official URL | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
Description | Peep Thoughts on Twitter |
File Size | 26.24 KB |
Installation Count | 214 |
Current Version | 1.1.3 |
Last Updated | 2023-08-25 |
Publish Date | 2021-02-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://glasp.co |
[email protected] | |
Payment Type | free |
Extension Website | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
Privacy Policy Page URL | https://www.glasp.co/privacy-policy |
Supported Languages | 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" ] } |