4 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
kot enot
Nov 9, 2023
Needs update
Needs update
- Report illegal content
- Copy link
Kirill Rusnak
Apr 20, 2023
Не работает!
Перестал прятать шортс (
- Report illegal content
- Copy link
Brian Roddy
Apr 18, 2023
Extension stopped working recently
Hello, a few days ago this extension seems to have stopped working, as I'm seeing shorts on my subscriptions page again. Let me know if I can help troubleshoot. Thanks!
- Report illegal content
- Copy link
Martin Karas
Nov 16, 2022
randomly opened new ad tab
Opening a new tab is not apprecciated.
Please remove this functionality as it undermines your credibility of not selling user data/tracking user.
chrome.runtime.onInstalled.addListener(details => {
if (details.reason == "install" || details.reason == "update") {
let externalUrl = "https://www.buymeacoffee.com/ravensmove";
chrome.tabs.create({ url: externalUrl }, (tab) => {
console.debug("[ShortsBlocker Debug]: Ask for donation.");
});
}
}
- Report illegal content
- Copy link
Eric Corwith
Apr 4, 2023
You literally have the sourcecode in the message. Nowhere does it say or in anyway imply they are selling your data. It simply says "Open a new tab suggesting an optional donation if the app was just installed". It's not triggered based on your current tab's URL, URL history, UserID, anything at all that would imply they care about your history. It's only trigger is "upon installation". Perfectly acceptable for an extension creator to ask for donations.
- Report illegal content
- Copy link