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
Перейти к файлу
Nilesh 82d01d7341 Changed URL pattern for Google analytics 2020-10-19 07:40:39 +05:30
.github Fix the action path for good (#42) 2020-09-13 18:50:17 +05:30
images Added icons for upload in Chrome store 2020-08-07 03:18:49 +05:30
lists feat: multiple local lists 2020-09-12 17:19:11 +05:30
toolbar fix: typo 2020-09-13 19:47:09 +05:30
.gitignore Updated README and added .gitignore 2020-08-11 01:49:48 +05:30
LICENSE.md Fix #6 Add MIT license 2020-08-04 19:13:00 +05:30
README.md feat: add youtube link 2020-09-13 22:32:44 +05:30
background.js feat: options to add, edit, remove source lists (#36) 2020-09-12 23:58:30 +05:30
contentscript.js Better UI for the scrolling layout 2020-09-12 16:43:25 +05:30
defaultlist.json Changed URL pattern for Google analytics 2020-10-19 07:40:39 +05:30
manifest.json Bump version to 0.5.0 2020-09-13 20:59:08 +05:30
options.html feat: options to add, edit, remove source lists (#36) 2020-09-12 23:58:30 +05:30
options.js feat: options to add, edit, remove source lists (#36) 2020-09-12 23:58:30 +05:30

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.