diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-07-14 11:46:31 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-07-14 11:46:31 +1000 |
commit | 9c1f21b9aebc3ea2e3787206354ee5afc1d3316e (patch) | |
tree | 08f02528492e89d9a5716be7eedab19b77543faa /_locales/en | |
parent | Fix autoplay param & French pop-up title (diff) | |
download | libredirect-9c1f21b9aebc3ea2e3787206354ee5afc1d3316e.zip |
Added store listing translations to locales
Diffstat (limited to '_locales/en')
-rw-r--r-- | _locales/en/store.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/_locales/en/store.md b/_locales/en/store.md new file mode 100644 index 00000000..fbeedd24 --- /dev/null +++ b/_locales/en/store.md @@ -0,0 +1,34 @@ +# Extension Store (AMO & Chrome Web Store) Listing + +## Summary: + +A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives. + +## Description: + +Redirects Twitter, YouTube, Instagram, & Google Maps requests to privacy friendly alternatives - <a href='https://nitter.net/'>Nitter</a>, <a href='https://invidio.us/'>Invidious</a>, <a href='https://bibliogram.art/'>Bibliogram</a>, & <a href='https://www.openstreetmap.org'>OpenStreetMap</a>. + +Allows for setting custom instances, toggling all redirects on/off and more. + +<b>â More Info: âšī¸</b> +<ul> + <li><a href='https://github.com/zedeus/nitter#nitter-wip'>Nitter</a></li> + <li><a href='https://github.com/omarroth/invidious#invidious'>Invidious</a></li> + <li><a href='https://github.com/cloudrac3r/bibliogram#bibliogram'>Bibliogram</a></li> + <li><a href='https://wiki.openstreetmap.org/'>OpenStreetMap</a></li> +</ul> + +The code for this web extension is available on <a href='https://github.com/SimonBrazell/privacy-redirect'>Github</a>. + +<b>â Donate: đ¨đģâđģ</b> +If you like this extension and are financially able please consider <a href='https://www.buymeacoffee.com/SimonBrazell'>buying me a coffee</a> âī¸ to show your appreciation and support the continuation of the project. + +<b>â What's New in This Version (`VERSION_NUMBER`) đ</b> +<ul> + <li>`VERSION_DESCRIPTION`</li> +</ul> + +<b>â Permissions: âšī¸</b> +<ul> + <li>Please note, access to all website navigation events ( all URLs), not just the target domains, is required toallow embedded video redirects to occur. At this time I know of no other way to achieve iframe redirects, happy to hear some suggestions on this though đ</li> +</ul> \ No newline at end of file |