Browser

This is a compiled version of the codeaurora browser slightly modified by me. Basically it is an optimized browser for the snapdragon chips. Based on my testing it is between 5% and 40% faster than standard chrome.

Privacy

No data is collected from you other than what play store collects.

Menu Structure

Main Setting page



screen shot

Privacy and Security


This allows you to block screen shots
screen shot screen shot

Site Settings Page

This allows you to turn on or off ad blocking (Web Refiner)
screen shot

Data Saver

This allows you to enable data savings
screen shot

About Screen

This shows you various information as well as the keys that have been loaded screen shot screen shot screen shot .

Faq

Why is sync not working?

If you are on lollipop or above you need to give the app permission to access contacts

How do I get translate and data saver to work?

To get translate and translate to work you will need to appropriate Google keys


You can do that by going here:
https://www.chromium.org/developers/how-tos/api-keys and getting some keys

To get this to work create a file at the root of the sd card or the downloads directory with the following name: rs_key_file

In it add the following lines:

google_api_key=some key
google_default_client_id=some key
google_default_client_secret=some key

These key enable the translate to work.

To get the data saver feature to work you will need to get another key for data compression. Just google for this key.

Add the following line:
PROXY_AUTH=Some key

When you are done you will have file called rs_key_file with the following lines:
google_api_key=some key
google_default_client_id=some key
google_default_client_secret=some key
PROXY_AUTH=some key

Place it in root of sdcard or Downloads folder. Now restart rsbrowser. If you look at the about screen it should have the keys listed. If the correct keys are there data saver and translate should start working.

If you want use the following form to generate the rs_key_file:
http://www.ineedyourservice.com/keygen.html