Questa estensione per browser guarda il vostro attuale URL e raccomanda alternative "migliori" di prodotto/servizio tramite un pop-up. "Migliore" potrebbe significare etico / attento alla privacy / sicuro / locale / più economico / di alta qualità, ecc. https://devol.it
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Nilesh 82d01d7341 Changed URL pattern for Google analytics 3 years ago
.github Fix the action path for good (#42) 3 years ago
images Added icons for upload in Chrome store 3 years ago
lists feat: multiple local lists 3 years ago
toolbar fix: typo 3 years ago
.gitignore Updated README and added .gitignore 3 years ago
LICENSE.md Fix #6 Add MIT license 3 years ago
README.md feat: add youtube link 3 years ago
background.js feat: options to add, edit, remove source lists (#36) 3 years ago
contentscript.js Better UI for the scrolling layout 3 years ago
defaultlist.json Changed URL pattern for Google analytics 3 years ago
manifest.json Bump version to 0.5.0 3 years ago
options.html feat: options to add, edit, remove source lists (#36) 3 years ago
options.js feat: options to add, edit, remove source lists (#36) 3 years ago

README.md

Better

image

This extension looks at your current URL, and recommends "better" product/service alternatives via an in-page pop-up. "Better" could mean ethical / privacy-conscious / secure / local / cheaper / high-quality etc.

This should work for both Chromium-based (Chrome, Brave, Chromium etc) AND Firefox-based browsers.

Installation

Download on Chrome Webstore

Download on Firefox Add-ons

Philosophy

The idea is to encourage competition and consumer choice. Our default list of alternatives is built from sources like https://switching.software/ and https://prism-break.org/en/

The extension ships with a default list of recommendations but you can subscribe to lists maintained by others. This allows different interpretations of "better" to exist and you can subscribe to those that appeals to your preferences the most.

For every URL pattern, multiple alternatives may exist. The first one is always shown as a primary recommendation with emphasis, and the rest are presented as secondary.

The pop-up shows an option to dismiss the suggestion forever for the current URL pattern. The extension needs permission to use localStorage for preserving these preferences.

Build

You can load this extension directly in Chrome or Firefox Developer Edition (after setting xpinstall.signatures.required to false in about:config).

To submit to the stores, build a zip with: zip -r -X archive.zip ./* Before creating the zip for the Chrome store, remove browser_specific_settings from manifest.json

Demo Video

You can view 2 demo videos here:

Contribute

Check one of the unassigned issues and start a discussion or send a pull request.