Ocene za LeechBlock NG
LeechBlock NG — James Anderson
1.580 ocen
- Ocenjeno z 5 od 5— OG, pred 4 leti
- Ocenjeno z 5 od 5— suplexCity, pred 4 letiGreat experience. Multiple block sets help in choosing different combinations.
- Ocenjeno z 5 od 5— CE, pred 4 leti
- Ocenjeno z 5 od 5— Atharva Pai, pred 4 leti
- Ocenjeno z 5 od 5— Saurabh, pred 4 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16518793, pred 4 leti
- Ocenjeno z 5 od 5— Cynitec, pred 4 leti
- Ocenjeno z 5 od 5— peachy, pred 4 leti
- Ocenjeno z 5 od 5— Jeff, pred 4 leti
- Ocenjeno z 5 od 5— DimeMaker, pred 4 leti
- Ocenjeno z 5 od 5— Nogah7, pred 4 letiSimply excellent and flexible. Only request of the developers it make a simple checkbox in this general options tab to essentially put 'about:addons' and 'about:support' and 'about:config' behind a password at all times. The workaround to protect Leechblock from being disabled (including by Firefox 'Refresh' or 'Restarting with Add-ons Disabled'/Safe Mode) requires this. I'm sure this will be addressed soon because the development team has proven very responsive by email.
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 12755506, pred 4 letiVery usefull since it allows a daily buffer of time.
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16487514, pred 4 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14485689, pred 4 letiVery useful, light blocking plugin. Much easier to use than my previous plugin.
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16484255, pred 4 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16472348, pred 4 leti
- Ocenjeno z 5 od 5— Forty-two [Victor Prieto`], pred 4 letiIt's a great application that is flexible with how you block sites. I personally like its ability to delay gratification. I have it set to delay opening websites by 45 seconds. Thank you!
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14898775, pred 4 leti
- Ocenjeno z 5 od 5— hazkaz, pred 4 leti
- Ocenjeno z 5 od 5— Jack, pred 4 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 13130181, pred 4 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16336526, pred 4 letiYou did a great service to humanity James! you've saved thousands of hours of mankind! I wish I could donate you but US governments restricted our access to Paypal in Iran.
- Ocenjeno z 5 od 5— Florent, pred 4 leti
- Ocenjeno z 5 od 5— Kristian, pred 4 letiWorks really well, it saves me a lot of time I would otherwise waste with scrolling through YouTube or Reddit!
I have noticed that it is very easy to access the blocked sites by disabling the Addon from the addons page, which takes only a few clicks. This is probably not changeable from the extension code (to prevent bloatware extensions from blocking their removal), however, you can lock the extension yourself using the Firefox policy system, which prevents removal https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson
For reference, this is what I put into my policies.json:
{
"policies": {
"Extensions": {
"Locked": ["leechblockng@proginosko.com"]
},
"ExtensionSettings": {
"leechblockng@proginosko.com": {
"installation_mode": "force_installed",
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/leechblock-ng/latest.xpi"
}
}
}
}
This way, you have to remove the file and restart firefox, for me this is cumbersome enough to stop me from disabling the extension.