Tweet Peep 👀
Peep Thoughts on Twitter
Wat is Tweet Peep 👀?
Tweet Peep 👀 is een Chrome-extensie ontwikkeld door https://glasp.co, en de belangrijkste functie is "Peep Thoughts on Twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie Tweet Peep 👀
Download Tweet Peep 👀-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing.
Basisinformatie over de Extensie
Naam | Tweet Peep 👀 |
ID | naajicfpnocgkefffkgekndknlifgagb |
Officiële URL | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
Beschrijving | Peep Thoughts on Twitter |
Bestandsgrootte | 26.24 KB |
Aantal Installaties | 214 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2023-08-25 |
Publicatiedatum | 2021-02-23 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://glasp.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
URL van de Privacybeleid Pagina | https://www.glasp.co/privacy-policy |
Ondersteunde Talen | 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" ] } |