Twitter Engagement Booster
Twitter Engagement Booster
What is Twitter Engagement Booster?
Twitter Engagement Booster is a Chrome extension developed by 1g0rrr.my, and its main feature is "Twitter Engagement Booster".
Extension Screenshots
Download Twitter Engagement Booster Extension CRX File
Download Twitter Engagement Booster 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
Sidebar that helps you to build engagement on Twitter easier. - You can see your feed's tweets grouped by user and therefore interact with more users. - Don't miss important tweets and see the whole picture at a quick glance - Extension doesn't use Twitter API, just provide more convinient UI so it's more reliable
Extension Basic Information
Name | Twitter Engagement Booster |
ID | nofhncmlmejnfdfgegppgbmcadbkijjg |
Official URL | https://chromewebstore.google.com/detail/twitter-engagement-booste/nofhncmlmejnfdfgegppgbmcadbkijjg |
Description | Twitter Engagement Booster |
File Size | 251 KB |
Installation Count | 69 |
Current Version | 0.0.3 |
Last Updated | 2023-09-04 |
Publish Date | 2023-07-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 1g0rrr.my |
[email protected] | |
Payment Type | in_app |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Engagement Booster", "version": "0.0.3", "description": "Twitter Engagement Booster", "permissions": [ "activeTab", "identity", "identity.email", "storage" ], "host_permissions": [ "https:\/\/mobile.twitter.com\/*", "https:\/\/twitter.com\/*" ], "oauth2": { "client_id": "644179672976-nic2htcn4fl34gbrjo14gvlvcn22ichc.apps.googleusercontent.com", "scopes": [ "profile", "email", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16936602000.chunk.css" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |