Simple subscription management
Simple subscription management for you tube
What is Simple subscription management?
Simple subscription management is a Chrome extension developed by wolfpoland1, and its main feature is "Simple subscription management for you tube".
Extension Screenshots
Download Simple subscription management Extension CRX File
Download Simple subscription management extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | Simple subscription management |
ID | kbgaobbeoemfoohblgglgagdgjjnppce |
Official URL | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
Description | Simple subscription management for you tube |
File Size | 126 KB |
Installation Count | 401 |
Current Version | 0.0.3.5 |
Last Updated | 2023-11-17 |
Publish Date | 2019-01-16 |
Rating | 3.95/5 Total 19 Ratings |
Developer | wolfpoland1 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pkrasuski.pl/ |
Supported Languages | 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" ] } ] } |