TwitterGPT - Respond to tweets with ChatGPT
With this extensions you can get tweets drafted for you by AI
What is TwitterGPT - Respond to tweets with ChatGPT?
TwitterGPT - Respond to tweets with ChatGPT is a Chrome extension developed by Rik Van Kerckhoven, and its main feature is "With this extensions you can get tweets drafted for you by AI".
Extension Screenshots
Download TwitterGPT - Respond to tweets with ChatGPT Extension CRX File
Download TwitterGPT - Respond to tweets with ChatGPT 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
Use the engine of ChatGPT to reply to tweets. Chose your writing style and respond. This chrome extension is useful for anyone trying to grow fast on twitter!
Extension Basic Information
Name | TwitterGPT - Respond to tweets with ChatGPT |
ID | nafdjcnfmdcdnebjhehhohfaaffdlkon |
Official URL | https://chromewebstore.google.com/detail/twittergpt-respond-to-twe/nafdjcnfmdcdnebjhehhohfaaffdlkon |
Description | With this extensions you can get tweets drafted for you by AI |
File Size | 41.24 KB |
Installation Count | 1,275 |
Current Version | 1.3 |
Last Updated | 2023-03-22 |
Publish Date | 2022-12-19 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Rik Van Kerckhoven |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TwitterGPT - Respond to tweets with ChatGPT", "description": "With this extensions you can get tweets drafted for you by AI", "version": "1.3", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "scripting", "tabs", "https:\/\/" ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "popup.js" ] } ] } |