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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |