Twitter Engagement Booster
Twitter Engagement Booster
Co je Twitter Engagement Booster?
Twitter Engagement Booster je rozšíření Chrome vyvinuté 1g0rrr.my, a jeho hlavní funkcí je „Twitter Engagement Booster“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Engagement Booster
Stáhněte si soubory rozšíření Twitter Engagement Booster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Twitter Engagement Booster |
ID | nofhncmlmejnfdfgegppgbmcadbkijjg |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-engagement-booste/nofhncmlmejnfdfgegppgbmcadbkijjg |
Popis | Twitter Engagement Booster |
Velikost souboru | 251 KB |
Počet instalací | 69 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2023-09-04 |
Datum Vydání | 2023-07-24 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | 1g0rrr.my |
[email protected] | |
Typ Platby | in_app |
Podporované Jazyky | 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\/*" ] } ] } |