All Projects → salarcode → Smartproxy

salarcode / Smartproxy

Licence: gpl-3.0
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Smartproxy

Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+93.97%)
Mutual labels:  chrome-extension, firefox, firefox-extension, webextensions, edge-extension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (+83.42%)
Mutual labels:  chrome-extension, firefox, firefox-extension, edge-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-71.86%)
Mutual labels:  chrome-extension, firefox, firefox-extension, webextensions
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1221.61%)
Mutual labels:  chrome-extension, firefox, firefox-extension, edge-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+123.12%)
Mutual labels:  chrome-extension, firefox-extension, webextensions, edge-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (-18.59%)
Mutual labels:  chrome-extension, firefox-extension, edge-extension
Better Onetab
📑 A better OneTab for Chrome 📝 Temporarily removed from firefox ⚠️ without maintaining in a period & any cooperative purpose are welcome
Stars: ✭ 1,097 (+451.26%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1722.61%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (-64.82%)
Mutual labels:  chrome-extension, firefox-extension, webextensions
Gooreplacer
⚡️⚡️A browser extension to modify HTTP requests :-)
Stars: ✭ 850 (+327.14%)
Mutual labels:  chrome-extension, firefox, edge-extension
Go Search Extension
The ultimate search extension for Golang
Stars: ✭ 69 (-65.33%)
Mutual labels:  chrome-extension, firefox-extension, edge-extension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-14.57%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Web Media Controller
Allows controlling media player on different sites with Media Player widget on your desktop
Stars: ✭ 36 (-81.91%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Prometheus Formatter
Browser extension which makes plain Prometheus metrics easier to read
Stars: ✭ 34 (-82.91%)
Mutual labels:  chrome-extension, firefox-extension, edge-extension
Template Browser Extension
A browser extension starter for Chrome and Firefox
Stars: ✭ 28 (-85.93%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (-44.22%)
Mutual labels:  chrome-extension, firefox-extension, edge-extension
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-50.25%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-42.21%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-31.16%)
Mutual labels:  chrome-extension, firefox, firefox-extension
Ghostery Extension
Ghostery Browser Extension for Firefox, Chrome, Opera and Edge
Stars: ✭ 922 (+363.32%)
Mutual labels:  chrome-extension, firefox-extension, edge-extension

SmartProxy

license Travis Crowdin

Download From Store

What is SmartProxy

SmartProxy is a Firefox/Chrome extension based on WebExtensions/Chrome Extensions technology.

It uses patterns to automatically define rules to proxify your web experience. With SmartProxy, you don't need to change your proxy manually and turn it on and off. You can add your desired website to the proxy rules list with just one click. After that, when you visit that specific website, SmartProxy will act and all you data for that website will be transferred though the proxy, without you doing anything.

What's more, SmartProxy is inspired by AutoProxy and AutoProxy-ng and that are now considered legacy. SmartProxy is completely written from ground up using WebExtensions and provides more functionality than those proxies.

Highlights
  • Automatically detect when to enable or disable proxy to certain websites based on rule patterns
  • Easily switch between many proxy servers as your active proxy server setting
  • Easily with one click add current site to your proxy list
  • View current website items and requests and decide whether to proxify them with one click
  • Easily switch between proxy modes and enable proxy for all domains
  • Proxy API is supported through subscriptions
  • Backup/Restore settings and rules

How to translate

If you are interested to have SmartProxy in your language or it is not translated completely you can head to https://crowdin.com/project/smartproxy then login with Google or Github and there by clicking your language start translating right away.

How to build/test:

Requirements

Node.js
Firefox or Chrome browser

Run the app

npm install
npm run build-ff:watch

To install in Firefox follow these instructions:

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox

  1. build the project using npm run build-ff command
  2. open Firefox
  3. enter "about:debugging" in the URL bar
  4. click "Load Temporary Add-on"
  5. open the extension's 'build' directory and select any file inside the extension.

To install in Google Chrome follow these instructions:

https://developer.chrome.com/extensions/getstarted#unpacked

  1. build the project using npm run build-ch command
  2. Open the Extension Management page by navigating to chrome://extensions.
  3. The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
  4. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  5. Click the LOAD UNPACKED button and select the extension's 'build' directory.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].