[PR #14] [MERGED] Update to manifest 3 #14

Closed
opened 2026-03-07 19:09:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/007revad/Synology_Download_Station_Chrome_Extension/pull/14
Author: @007revad
Created: 11/2/2025
Status: Merged
Merged: 11/2/2025
Merged by: @007revad

Base: mainHead: develop


📝 Commits (10+)

  • 190dfc5 Merge pull request #10 from 007revad/main
  • aac3e63 Update README for version 4
  • e300665 Fix typo in installation instructions
  • 492e70a Update changelog for versions 4.0.16
  • 92f5f01 Delete css/img/btn_donate.gif
  • 96d4a5d Add files via upload
  • e807f01 Update positioning of donate buttons
  • abf3e8c Add files via upload
  • ac981b5 Delete background.html
  • 1d7e762 Add files via upload

📊 Changes

29 files changed (+2104 additions, -1562 deletions)

View changed files

📝 README.md (+19 -32)
background.html (+0 -16)
background.js (+376 -0)
📝 changelog.md (+12 -3)
css/img/bmc-button.gif (+0 -0)
css/img/btn_donate.gif (+0 -0)
css/img/paypal-button.gif (+0 -0)
css/img/status_finished.png (+0 -0)
📝 css/options.css (+8 -2)
js/ajax-shim.js (+198 -0)
js/background-init.js (+454 -0)
js/background.js (+0 -537)
📝 js/browser-functions.js (+48 -533)
📝 js/content-scripts/content.js (+25 -12)
📝 js/download-dialog.js (+38 -9)
📝 js/downloadstation-api.js (+21 -7)
📝 js/downloadstation.js (+35 -25)
📝 js/filestation-api.js (+8 -8)
📝 js/lib/encryption.js (+8 -8)
📝 js/options.js (+103 -90)

...and 9 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/007revad/Synology_Download_Station_Chrome_Extension/pull/14 **Author:** [@007revad](https://github.com/007revad) **Created:** 11/2/2025 **Status:** ✅ Merged **Merged:** 11/2/2025 **Merged by:** [@007revad](https://github.com/007revad) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`190dfc5`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/190dfc5e2a2ecd41422f71379f08771df339131a) Merge pull request #10 from 007revad/main - [`aac3e63`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/aac3e63fd21004fad1245cfbdbca9b10366a4e7a) Update README for version 4 - [`e300665`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/e30066590d1784b45f1e36c40adf04fd7d0cd401) Fix typo in installation instructions - [`492e70a`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/492e70aa160d922410db4169d8dba83796e8d19e) Update changelog for versions 4.0.16 - [`92f5f01`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/92f5f01ba8f207f8644b79c6a1ff7a77f036445b) Delete css/img/btn_donate.gif - [`96d4a5d`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/96d4a5d6e23679f0f04bd94f7d862012ca664081) Add files via upload - [`e807f01`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/e807f01d843e09719d7639ec724705e9865f0512) Update positioning of donate buttons - [`abf3e8c`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/abf3e8c45e778640d00553cfea107c9e23889535) Add files via upload - [`ac981b5`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/ac981b571fb2a2f80e3aa2db431aeefbe9a4e6ec) Delete background.html - [`1d7e762`](https://github.com/007revad/Synology_Download_Station_Chrome_Extension/commit/1d7e762db1a1a7404ac3d31cbec4f642bcddab9a) Add files via upload ### 📊 Changes **29 files changed** (+2104 additions, -1562 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+19 -32) ➖ `background.html` (+0 -16) ➕ `background.js` (+376 -0) 📝 `changelog.md` (+12 -3) ➕ `css/img/bmc-button.gif` (+0 -0) ➖ `css/img/btn_donate.gif` (+0 -0) ➕ `css/img/paypal-button.gif` (+0 -0) ➕ `css/img/status_finished.png` (+0 -0) 📝 `css/options.css` (+8 -2) ➕ `js/ajax-shim.js` (+198 -0) ➕ `js/background-init.js` (+454 -0) ➖ `js/background.js` (+0 -537) 📝 `js/browser-functions.js` (+48 -533) 📝 `js/content-scripts/content.js` (+25 -12) 📝 `js/download-dialog.js` (+38 -9) 📝 `js/downloadstation-api.js` (+21 -7) 📝 `js/downloadstation.js` (+35 -25) 📝 `js/filestation-api.js` (+8 -8) 📝 `js/lib/encryption.js` (+8 -8) 📝 `js/options.js` (+103 -90) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 19:09:08 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_Download_Station_Chrome_Extension#14
No description provided.