Tweet Assist AI
Your AI powered tweeting assistant
What is Tweet Assist AI?
Tweet Assist AI is a Chrome extension developed by https://tweetassist.ai, and its main feature is "Your AI powered tweeting assistant".
Extension Screenshots
Download Tweet Assist AI Extension CRX File
Download Tweet Assist AI 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
TweetAssists uses AI to help you start creating engaging content on Twitter
Extension Basic Information
Name | Tweet Assist AI |
ID | gdckfemeckkblnegkkidnhjhmgohpiko |
Official URL | https://chromewebstore.google.com/detail/tweet-assist-ai/gdckfemeckkblnegkkidnhjhmgohpiko |
Description | Your AI powered tweeting assistant |
File Size | 325 KB |
Installation Count | 296 |
Current Version | 0.1.7 |
Last Updated | 2023-01-04 |
Publish Date | 2022-12-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://tweetassist.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://tweetassist.ai |
Privacy Policy Page URL | https://tweetassist.ai/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Assist AI", "description": "Your AI powered tweeting assistant", "version": "0.1.7", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweetassist.ai\/*" ], "js": [ "content-script.js" ] } ] } |