Twitter Assistant
Helpful little features for Twitter.
What is Twitter Assistant?
Twitter Assistant is a Chrome extension developed by MindSky, and its main feature is "Helpful little features for Twitter.".
Extension Screenshots
Download Twitter Assistant Extension CRX File
Download Twitter Assistant 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
Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost. Quick access to useful symbols such as ¼ and ☼
Extension Basic Information
Name | Twitter Assistant |
ID | femngnbabpfmcdbghieemklfobfppelm |
Official URL | https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm |
Description | Helpful little features for Twitter. |
File Size | 84.15 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2020-01-14 |
Publish Date | 2020-01-14 |
Developer | MindSky |
Payment Type | free |
Extension Website | http://sky.mind.im/twitter-assistant |
Help Page URL | http://sky.mind.im/twitter-assistant |
Privacy Policy Page URL | http://sky.mind.im/privacy |
Supported Languages | de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Twitter Assistant", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "ta" }, "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "short_name": "Twitter Assistant", "version": "1.0", "content_scripts": [ { "matches": [ " |