Privacy Policy
Only the English text on this page is legally binding. Translations elsewhere on the site are provided for convenience only.
Overview
BeRaw is a Chrome extension that scans the currently open Behance page in your browser, lets you pick images, and downloads them — either individually or as a single ZIP. Everything happens inside your browser on your local machine. BeRaw has no backend server, no accounts, no login, and no analytics.
What BeRaw does not do
- No telemetry. BeRaw never reports usage, errors, clicks, or any activity to us or any third party.
- No accounts or login. BeRaw does not ask for your name, email, or any identity.
- No third-party servers of ours. BeRaw operates against servers you already connect to (Behance's CDN, GitHub when you click "Check for updates"). It does not send your data anywhere else.
- No sale or sharing of your data. We have no data to sell, because we never collect any.
- No unrelated data use. The permissions granted to BeRaw are used only for the functions described here.
- No creditworthiness, advertising, or profiling. None of your activity is used for any such determination.
What BeRaw reads — and where it goes
| Read | Purpose | Where it goes |
|---|---|---|
The DOM of the currently active Behance tab — specifically the <img> elements and their attributes (src, srcset, alt, size). |
To find the large images on the page and outline them for selection. | Stays inside the tab and the extension's side panel. Never leaves your machine. |
| The active tab's URL and title. | To verify the tab is a Behance page and to name downloaded archives. The title is also used as a folder name inside the ZIP. | Stays inside the extension process. Never transmitted off-device. |
| The image bytes you choose to download. | To transcode (when you pick a format like JPG/PNG) and package into a ZIP. | Fetched by your browser directly from Behance's CDN, processed in memory, and written to your Downloads folder as a ZIP or single file. BeRaw does not upload these bytes anywhere. |
What BeRaw stores locally
| Stored | Where | Why |
|---|---|---|
Your chosen UI language (e.g. en, zh-CN). |
chrome.storage.local under key beraw.locale. |
So the extension remembers your language across sessions. |
| The current selection state and output format. | In-memory only, for the lifetime of the side panel. | Lost when you close the side panel or the browser. |
| Downloaded files you chose to save. | Your OS Downloads folder (via Chrome's chrome.downloads API). |
These are your files; BeRaw writes them once and never reads them back. |
External network requests BeRaw makes
- Behance CDN (
*.behance.net,mir-s3-cdn-cf.behance.net): to fetch image bytes for ZIP packaging and format conversion. These requests are the same as loading the image in your browser. - GitHub Releases API (
api.github.com/repos/hooosberg/BeRaw/releases/latest): only when you explicitly click Settings → About → Check for updates. BeRaw sends no body, no cookies, no identifying headers; the response is the public release metadata. BeRaw does not poll automatically.
That's the entire list. BeRaw does not contact any other server.
Remote code disclosure
BeRaw does not fetch or execute remote JavaScript or WebAssembly at runtime. All code that runs in the extension is shipped in the published release and reviewable in the repository.
Permissions
| Permission | Why BeRaw needs it |
|---|---|
activeTab, tabs | Read the URL/title of the current tab to detect Behance pages and drive the side panel. |
downloads | Save the ZIP archive and individual files to your Downloads folder. |
sidePanel | Open the BeRaw UI in Chrome's side panel next to the page. |
storage | Remember your language preference across browser sessions. |
host_permissions: https://*/* | Re-fetch image bytes from the exact CDN URLs Behance references (Behance's CDN hostnames vary). BeRaw only actually runs against behance.net pages. |
Compliance disclosures
- BeRaw's use of Chrome APIs follows the Chrome Web Store Developer Program Policies.
- BeRaw does not use user data for unrelated purposes.
- BeRaw does not determine creditworthiness or lending eligibility.
Changes
Updates to this policy will be posted on this page and announced in the GitHub release notes.
Contact
- Email: zikedece@proton.me
- GitHub: hooosberg/BeRaw/issues