Twitter Engagement Booster
Twitter Engagement Booster
Twitter Engagement Boosterとは何ですか?
Twitter Engagement Boosterは1g0rrr.myによって開発されたChromeの拡張機能で、その主な機能は「Twitter Engagement Booster」です。
拡張機能のスクリーンショット
Twitter Engagement Booster拡張機能のCRXファイルをダウンロード
Twitter Engagement Booster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | nofhncmlmejnfdfgegppgbmcadbkijjg |
| 公式URL | https://chromewebstore.google.com/detail/twitter-engagement-booste/nofhncmlmejnfdfgegppgbmcadbkijjg |
| 説明 | Twitter Engagement Booster |
| ファイルサイズ | 251 KB |
| インストール数 | 69 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2023-09-04 |
| 公開日 | 2023-07-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | 1g0rrr.my |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 対応言語 | 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\/*"
]
}
]
} | |