useful chrome extensions

PaulC

Live long and prosper
Staff member

useful chrome extensions​

[HR--------------------------------------------------

For adblocking i found this open source one called

ublock.png
uBlock Origin Lite​

found here

for diming the glare i use

darkreader.png
Dark Reader​

found here or the website https://darkreader.org/ for others

What is your favorite chrome extension?​

 
Last edited:
Mine are the same plus these:
  • Bitwarden Password Manager 2026.6.0
    At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information
  • Dark Reader 4.9.125
    Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.
  • PasswordMaker Pro 1.0.4
    Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org
  • Smart HTTPS 0.3.5
    Automatically changes HTTP protocol to HTTPS, and if loading encounters error, reverts it back to HTTP.
  • uBlock Origin 1.71.0
    Finally, an efficient blocker. Easy on CPU and memory.
  • Webmail Ad Blocker 6.0
    Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space
  • yet another speed dial 3.13.0
    a modern speed dial for chrome, edge, and firefox
 
And I almost forgot this one:
  • FoxyProxy
    FoxyProxy is a Firefox and Chrome extension that switches an internet connection across one or more proxy servers.
Use it to browse the darknets on TOR & I2P. ;)

For proxy patterns to use with, for example, the BlackBelt Privacy Suite, import the following as a .json-file through FoxyProxy's Options-tab:

{
"mode": "pattern",
"sync": false,
"autoBackup": false,
"passthrough": "127.0.0.1:7657\n127.0.0.1:7667",
"theme": "",
"container": {},
"commands": {
"setProxy": "",
"setTabProxy": "",
"quickAdd": ""
},
"data": [
{
"active": true,
"title": "Tor SOCKS5 9050",
"type": "socks5",
"hostname": "127.0.0.1",
"port": "9050",
"username": "",
"password": "",
"cc": "",
"city": "",
"color": "#006400",
"pac": "",
"pacString": "",
"proxyDNS": true,
"include": [
{
"type": "wildcard",
"title": "",
"pattern": "*.onion/*",
"active": true
}
],
"exclude": []
},
{
"active": true,
"title": "i2p HTTP 4444",
"type": "http",
"hostname": "127.0.0.1",
"port": "4444",
"username": "",
"password": "",
"cc": "",
"city": "",
"color": "#0000ff",
"pac": "",
"pacString": "",
"proxyDNS": true,
"include": [
{
"type": "wildcard",
"title": "i2p",
"pattern": "*.i2p/*",
"active": true
}
],
"exclude": []
},
{
"active": false,
"title": "i2p SOCKS5 4447",
"type": "socks5",
"hostname": "127.0.0.1",
"port": "4447",
"username": "",
"password": "",
"cc": "",
"city": "",
"color": "#0000ff",
"pac": "",
"pacString": "",
"proxyDNS": true,
"include": [
{
"type": "wildcard",
"title": "i2p",
"pattern": "*.i2p/*",
"active": true
}
],
"exclude": []
},
{
"active": true,
"title": "Clear",
"type": "direct",
"hostname": "DIRECT",
"port": "",
"username": "",
"password": "",
"cc": "",
"city": "",
"color": "#000000",
"pac": "",
"pacString": "",
"proxyDNS": true,
"include": [
{
"type": "wildcard",
"title": "",
"pattern": "*",
"active": true
}
],
"exclude": []
}
]
}
 
Last edited:
Back
Top