Simple subscription management
Simple subscription management for you tube
Vad är Simple subscription management?
Simple subscription management är en Chrome-tillägg utvecklad av wolfpoland1, och dess huvudfunktion är "Simple subscription management for you tube".
Tilläggsskärmbilder
Ladda ner Simple subscription management-förlängningens CRX-fil
Ladda ner Simple subscription management-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | kbgaobbeoemfoohblgglgagdgjjnppce |
| Officiell webbadress | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
| Beskrivning | Simple subscription management for you tube |
| Filstorlek | 126 KB |
| Antal Installationer | 401 |
| Aktuell Version | 0.0.3.5 |
| Senast Uppdaterad | 2023-11-17 |
| Publiceringsdatum | 2019-01-16 |
| Betyg | 3.95/5 Totalt 19 Betyg |
| Utvecklare | wolfpoland1 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.pkrasuski.pl/ |
| Stödda Språk | 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"
]
}
]
} | |