Simple subscription management
Simple subscription management for you tube
Simple subscription managementとは何ですか?
Simple subscription managementはwolfpoland1によって開発されたChromeの拡張機能で、その主な機能は「Simple subscription management for you tube」です。
拡張機能のスクリーンショット
Simple subscription management拡張機能のCRXファイルをダウンロード
Simple subscription management拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I created this extension because I need a fast way to find a channel that I need in that moment. Using stock youtube search is hard. This extension brings more a single page experience to save your time and let you be more productive. This addon is open soruce, check the source code here: https://github.com/wolfpoland/ssm Checkout my website to contact me: https://www.pkrasuski.pl/ Any problem please report on this mail: [email protected]
拡張機能の基本情報
名前 | Simple subscription management |
ID | kbgaobbeoemfoohblgglgagdgjjnppce |
公式URL | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
説明 | Simple subscription management for you tube |
ファイルサイズ | 126 KB |
インストール数 | 401 |
現在のバージョン | 0.0.3.5 |
最終更新日 | 2023-11-17 |
公開日 | 2019-01-16 |
評価 | 3.95/5 合計 19 レビュー |
開発者 | wolfpoland1 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pkrasuski.pl/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple subscription management", "description": "Simple subscription management for you tube", "version": "0.0.3.5", "manifest_version": 3, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "bundle.js" ] } ] } |