extension ExtPose

youtube unsubscribe all

CRX id

bbpkghgmcjojbljplcdehdbkgphhpemo-

Description from extension meta

the best and easy way to unsubscribe all channels

Image from store youtube unsubscribe all
Description from store Unsubscribing from all channels with one click without any troubles or requirements, just one click.

Latest reviews

  • (2024-03-31) Kamil Kowalski: Everything worked perfectly thank you!
  • (2023-11-21) Amanda O'Neill: it worked pretty well
  • (2023-11-14) 5starlil !: dosent work at all
  • (2023-11-13) Avery Avalos: its perfect
  • (2023-11-10) yassine amine: رائع و سريع
  • (2023-11-10) flying26: very nice
  • (2023-11-10) Gee: Works perfectly. Saves a lot of time.
  • (2023-11-10) הראל וידר: it works well
  • (2023-11-10) Samurai Fox: good
  • (2023-11-09) Restaff: Thank you made a tedious process very quick and easy.
  • (2023-11-08) Fakher Haddaoui: not working
  • (2023-11-06) Muhammad Talha Ehsan: not working
  • (2023-11-01) Dylan Gabriel Cosa: Bro fix this its not even letting me press start
  • (2023-10-26) Paul Bennett: DOES NOT WORK
  • (2023-10-15) Oguz: If you are saw the error message 'YOU DON'T HAVE ANY SUBS,' follow these steps ------ 1->Press F12 or right click and press inspect 2->Open source tab 3->Open the 'source' folder located under the 'youtube unsubscribe all' tab in the 'Content Scripts' panel on the left. Click on the 'functions.js' file. 4->Replace the code on line 9 'const subs = document.querySelectorAll('#subscribe-button > ytd-subscribe-button-renderer > yt-button-shape > button');', with the following code: 'const subs = document.querySelectorAll('#subscribe-button > ytd-subscribe-button-renderer > yt-smartimation > yt-button-shape > button');'. 5->Press CTRL+S and save it 6->If there is a yellow exclamation mark next to the 'functions.js' file in the tabs section, your process is complete. If you refresh the page, you will need to redo all the steps from the beginning.
  • (2023-10-10) Rijo Abraham: Doesnt work it says i have no subs. i have over 900 subs
  • (2023-10-06) Leon: doesn't work
  • (2023-10-04) Hakou Reggab: dosent work with any browser opera/chrome/edge
  • (2023-10-01) Mark F: Does not work at all.
  • (2023-09-15) Romman D: It doesn't work. Unfortunataly...
  • (2023-09-06) Metin Bedir: Süper.
  • (2023-09-01) ashraf alghaly: doesn't work
  • (2023-08-30) O TH: doesn't work.
  • (2023-08-29) Shomirul Islam Bonny: doesn't work!
  • (2023-08-16) Ella: broken
  • (2023-08-10) Scot: doesn't work
  • (2023-07-27) John smith: Broken needs update
  • (2023-07-20) Moha: IT WORK PERFECTLY ! Just follow the right
  • (2023-07-18) Abhishek Kumar: The extension is broken since youtube UI changed. Here's the fix. Go to youtube home > subscriptions > manage > right click > inspect element > console > paste the below code snippet to unsubscribe from all. A few points to keep in mind - 1. I've made the change to make it work as of July 2023. If Youtube UI changes again, script would need to be fixed again. 2. You may want to install any extension like Youtube subscription importer & exporter to resubscribe to a few of channels again. 3. If this works for you, mark the review as helpful to help others know. ``` (async function iife() { // This is the time delay after which the "unsubscribe" button is "clicked"; Tweak to your liking! var UNSUBSCRIBE_DELAY_TIME = 2000 /** * Delay runner. Wraps `setTimeout` so it can be `await`ed on. * @param {Function} fn * @param {number} delay */ var runAfterDelay = (fn, delay) => new Promise((resolve, reject) => { setTimeout(() => { fn() resolve() }, delay) }) // Get the channel list; this can be considered a row in the page. var channels = Array.from(document.getElementsByTagName(`ytd-channel-renderer`)) console.log(`${channels.length} channels found.`) var ctr = 0 for (const channel of channels) { // Get the subscribe button and trigger a "click" channel.querySelector(`[aria-label^='Unsubscribe from']`).click() await runAfterDelay(() => { // Get the dialog container... document.getElementById("confirm-button").childNodes[1].childNodes[0].click(); console.log(`Unsubscribed ${ctr + 1}/${channels.length}`) ctr++ }, UNSUBSCRIBE_DELAY_TIME) } })() ```
  • (2023-07-06) khelifa: Don't even work
  • (2023-07-03) Gabriel Juzenas: dont work
  • (2023-06-30) Kathiravan Viswanathan (Kathir): not working wasted
  • (2023-06-07) Ø Q: not working
  • (2023-06-03) Fayçal Flah: not working anymore, Now it just say you don't have any subs and do nothing
  • (2023-06-02) ekarron: Doesn't work. It says "YOU DON"T HAVE ANY SUBS"
  • (2023-05-25) Spurky: not working
  • (2023-05-13) Maksym Kochetov: Doesn't work. Probably stealing some data
  • (2023-05-05) Mei: Doesn't work. waste of time.
  • (2023-05-01) amanda km: Thank you! Worked perfectly
  • (2023-04-29) Ben Mami: Efsane bişey amk
  • (2023-04-16) Zubair Jamil: The extension is amazing and time saving. It helped me a lot
  • (2023-04-15) xd xd: ever best
  • (2023-04-13) Kanatsız Kuş: İşe yaradı! İlk denememde çalışmadı ancak diğer eklentileri kapatmak ve dili İngilizce'ye çevirmek işe yarıyor gibi gözüküyor! Ve bazen tek seferde silemeyebiliyor, tekrar abone oluyor. Yine de hala çok hızlı bir şekilde aboneleri kaldırabiliyor.
  • (2023-04-10) Cheeky Piggy: thank you very helpful. it helped me unsub over 178 channels.
  • (2023-04-08) Nipadust: Works flawlesly on first use. When an stop occurs and a start without reloading the page, it starts Subscribing to already Unsubscribed channels. This could be fixed with 2 things, 1st a tab wich the user can write the word of Subscribe and Subscribed in the language they see on YouTube´s site (default is English), 2nd is comparing the subscribe/unsubscribe toggle on https://www.youtube.com/feed/channels and wether or not it´s subscribed or not.
  • (2023-04-03) elle: It worked! I was subscribed to over 800+ channels, and this helped me unsub to all! :D Thank you!
  • (2023-03-31) Eyüp Yabalak: 4senedır nasıl cıkabılırım dıye ugrasıyordum gercekten cok saol abı
  • (2023-03-30) Adnm: Funciona perfeitamente. Demorou um tempo razoável para retirar todas as inscrições, mas valeu a pena, finalmente me livrei das centenas de inscrições em canais que eu nunca assisti e também nem lembrava ter me inscrito.
  • (2023-03-30) 7AMOODA: LEGIT
  • (2023-03-26) bruce bairstow: works great - just had to refresh screen and run it a few times to get them all. you need to rebook chrome once or twice for it to appar then click on extension (pin it) and click start

Latest issues

  • (2023-08-12, v:1.8) RhZ GaMeR: Doesn't work
    Everytime I try it, it said I don't have any subs. Fix this please or else I will doxx you.
  • (2023-08-05, v:1.8) Aaron Green: the extension looks solid. however...
    The extension appears solid but the start button for the auto unsubscribe will not accept a left click. Only right click.
  • (2023-06-20, v:1.8) Kael Vachon: Doesn't Work
    Every time I click the button to start it, it just says that I am not subscribed to anyone and doesn't work.
  • (2023-06-04, v:1.8) Joe Tyree: The Extension
    Do you know what the problem is? Personally, I think it works, But Something change the code to block it
  • (2023-05-30, v:1.8) Sam Webb: Cannot find any subscriptions
    I tried scrolling to the bottom of the page but it still sees no subs to unsubscribe. Following error in the DevTools Console: VM3780:2 Uncaught TypeError: window.ytUnSubscribeStart is not a function at <anonymous>:2:22 at <anonymous>:3:15
  • (2023-03-20, v:1.8) Seth Miller: Can you
    I know the answer will probably be no but is there a way to redo it if there is can you please tell me how?
  • (2023-02-27, v:1.7) eSviaR: Not working "you dont have any subs"
    I scrolled ALL the way down and it still doesn't work. I logged into an acc with less subscriptions and it worked? I don't know what to do
  • (2023-02-14, v:1.7) Fatin Anzum Mugdho (Mugdho): joss
    jess
  • (2023-01-14, v:1.7) George Ye: I don't have any subs but I have 484 subscriptions
    Hello! Thank you for building this. I am using Google Chrome on a windows laptop. It keeps saying I don't have any subs even though I have 484.
  • (2023-01-03, v:1.7) Geshem Mutero: Not Working
    Says you have no subscriptions but I still have 200+. Keeps acting like its worked but the channels are kept.
  • (2022-05-08, v:1.6) Santanu: Not Warking On Android..
    Not Warking On Android Phone.
  • (2022-05-07, v:1.6) lola: it doesn't work
    when i press the start button it doesnt work
  • (2021-10-12, v:1.6) jayakrishnan m.r: this will subscribe to all the channels if you accidently run this after unsubscribing
    i think you didnt check if the channel is already unsubscribed ?
  • (2021-09-26, v:1.5) Ferdiansyah: may i have the source code or is this available on github?
    may i have the source code or is this available on github?
  • (2021-08-27, v:1.5) deepak venkatesh: How to run?
    How to run this ? I am not getting any START or auto un-subscribe.
  • (2021-08-18, v:1.4) Stealth Venom: Extension is not working.
    The start button is not working
  • (2021-06-02, v:1.3) trickx pfokz: its not working
    please fix. I think YouTube updated. it says. "There are no subscriptions on your channel." even though i have subs.
  • (2021-05-05, v:1.3) Dogwater?: not working
    it says i dont have any subs
  • (2021-04-19, v:1.3) Aditya Maru: How to run this extension
    Not running auto

Statistics

Installs
12,458 history
Category
Rating
4.7034 (1,379 votes)
Last update / version
2024-01-22 / 2.0.0
Listing languages
en

Links