Did Youtube unsubscribe me?
Check if youtube unsubscribes you without asking.
What is Did Youtube unsubscribe me??
Did Youtube unsubscribe me? is a Chrome extension developed by T21 Computing, and its main feature is "Check if youtube unsubscribes you without asking.".
Extension Screenshots
Download Did Youtube unsubscribe me? Extension CRX File
Download Did Youtube unsubscribe me? 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
You get notified if you get unsubscribed from a YouTube channel so your favorite creators content stays on your home page. This extension will open a new YouTube tab in the background every few hours to check you subscription list. You must be Signed In. --------------------------------------- Currently In beta, so please report any issues on the support form on the chrome web store.
Extension Basic Information
Name | |
ID | lbodbdbdjefgplcajojgampojiiamjhe |
Official URL | https://chrome.google.com/webstore/detail/did-youtube-unsubscribe-m/lbodbdbdjefgplcajojgampojiiamjhe |
Description | Check if youtube unsubscribes you without asking. |
File Size | 16.88 KB |
Installation Count | 30 |
Current Version | 0.1.3 |
Last Updated | 2020-11-14 |
Publish Date | 2020-11-14 |
Developer | T21 Computing |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://f1.t21computing.co.uk/privacy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Did Youtube unsubscribe me?", "description": "Check if youtube unsubscribes you without asking.", "version": "0.1.3", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/?DYUM=1" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css" ] } ], "icons": { "64": "images\/Unsub64.png", "128": "images\/Unsub128.png", "256": "images\/Unsub256.png" }, "web_accessible_resources": [ "manage\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/Unsub64.png", "128": "images\/Unsub128.png", "256": "images\/Unsub256.png" } } } |