Go to Social Blade
Go to Social Blade
Go to Social Bladeとは何ですか?
Go to Social BladeはMoguraStoreによって開発されたChromeの拡張機能で、その主な機能は「Go to Social Blade」です。
拡張機能のスクリーンショット
Go to Social Blade拡張機能のCRXファイルをダウンロード
Go to Social Blade拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
youtubeからワンクリックでsocial bladeへ移動できます。
また右クリックから移動することもできます。 拡張機能の基本情報
| 名前 | |
| ID | mkdmbipodfkcdlednpdicbpankjijbii |
| 公式URL | https://chromewebstore.google.com/detail/go-to-social-blade/mkdmbipodfkcdlednpdicbpankjijbii |
| 説明 | Go to Social Blade |
| ファイルサイズ | 11.89 KB |
| インストール数 | 108 |
| 現在のバージョン | 1.8.0 |
| 最終更新日 | 2023-08-28 |
| 公開日 | 2020-06-20 |
| 開発者 | MoguraStore |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mogurastore/go-to-social-blade |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Go to Social Blade",
"version": "1.8.0",
"description": "Go to Social Blade",
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Go to Social Blade"
},
"icons": {
"128": "icon.png"
},
"manifest_version": 3
} | |