The CR-Unblocker will get an American Session ID and sets it as your current Session ID cookie. Like this Crunchyroll will think you are located in America and therefore you should have access to all anime you couldn't watch.
The method all Crunchyroll Unblockers are using is basically the same as described above. Your session id is bound to your account after being set as a cookie. However, we take security very seriously. If you notice anything suspicious PLEASE tell us.
Please note: We are not responsible for any compromised accounts.
For now, nothing. It's impossible for us to provide a way to login without storing your password and username. We are not really comfortable asking for your credentials. We might provide the option later if enough people request it.
You can just install the Chrome Extension from here.
You can also package a zip version of the extension by running
npm run build
If you are really concerned about security you can run the old server backend yourself. I will give you a brief tutorial here but can't help you with every little detail:
- You should have some knowledge of NodeJS
- Clone the backend repo
- Assuming you got NPM and Nodejs setup, move package.json, getSessionId.js and server.js to your VPS or something like that hosted in America. I can recommend running the server behind a reverse proxy like Nginx.
- run 'npm install', 'node server.js' and setup Nginx
- In extension/background_script.js set the URL of the fetch to the url of the server
- Add the extension folder as an unpacked extension to chrome.
The old repo for the backend is here
The extension is always under development. Some features might be added late. If you have any idea on what to add feel free to contribute to the project.
If you like my work and would like to support me, consider becoming a Patreon: https://www.patreon.com/onestay
This would really help me out!