[PR #6] [MERGED] feat: Add configurations and functionalities for IP detection and pag… #5

Closed
opened 2026-02-26 12:15:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/pull/6
Author: @hkxiaoyao
Created: 2/23/2026
Status: Merged
Merged: 3/5/2026
Merged by: @africa1207

Base: mainHead: main


📝 Commits (5)

  • 2a0645d feat: Add configurations and functionalities for IP detection and page timeouts
  • 0cf4564 feat: add multi-language support (i18n) - Chinese, English, Turkish
  • e8704ba feat: add in-app language switcher and complete i18n implementation
  • e2dd283 fix: complete i18n implementation for all UI elements
  • 1ea7a85 Merge pull request #9 from F0Rextasy/main

📊 Changes

14 files changed (+2196 additions, -356 deletions)

View changed files

CHANGELOG.md (+69 -0)
📝 README.md (+189 -217)
README_EN.md (+122 -0)
README_TR.md (+122 -0)
README_ZH.md (+122 -0)
_locales/en/messages.json (+284 -0)
_locales/tr/messages.json (+284 -0)
_locales/zh_CN/messages.json (+284 -0)
📝 background/service-worker.js (+157 -40)
📝 content/content.js (+14 -0)
📝 manifest.json (+3 -2)
popup/i18n.js (+391 -0)
📝 popup/popup.html (+101 -80)
📝 popup/popup.js (+54 -17)

📄 Description

…e timeouts - Add configuration for IP detection APIs, page timeout, 和 related functionalities. - Add page type detection for 403/Forbidden errors and handle blocked pages accordingly. - Add IP detection API configuration and page timeout input field - Add input fields and event listeners for page timeout and IP detection API configuration.


🔄 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/africa1207/AWS-BuildID-Auto-For-Ext/pull/6 **Author:** [@hkxiaoyao](https://github.com/hkxiaoyao) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@africa1207](https://github.com/africa1207) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`2a0645d`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/2a0645de36e4f1a50a5addc2a87643278afb4040) feat: Add configurations and functionalities for IP detection and page timeouts - [`0cf4564`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/0cf45644c011a56c0e9f62a3e2e35780d3a1c3a6) feat: add multi-language support (i18n) - Chinese, English, Turkish - [`e8704ba`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/e8704ba37bfe9986dd64444c1135e55019aa7102) feat: add in-app language switcher and complete i18n implementation - [`e2dd283`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/e2dd2832686ef613db4255142aba81d078b1bb99) fix: complete i18n implementation for all UI elements - [`1ea7a85`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/1ea7a858f29b01b8de1a0428a2f0f1e5da34a14f) Merge pull request #9 from F0Rextasy/main ### 📊 Changes **14 files changed** (+2196 additions, -356 deletions) <details> <summary>View changed files</summary> ➕ `CHANGELOG.md` (+69 -0) 📝 `README.md` (+189 -217) ➕ `README_EN.md` (+122 -0) ➕ `README_TR.md` (+122 -0) ➕ `README_ZH.md` (+122 -0) ➕ `_locales/en/messages.json` (+284 -0) ➕ `_locales/tr/messages.json` (+284 -0) ➕ `_locales/zh_CN/messages.json` (+284 -0) 📝 `background/service-worker.js` (+157 -40) 📝 `content/content.js` (+14 -0) 📝 `manifest.json` (+3 -2) ➕ `popup/i18n.js` (+391 -0) 📝 `popup/popup.html` (+101 -80) 📝 `popup/popup.js` (+54 -17) </details> ### 📄 Description …e timeouts - Add configuration for IP detection APIs, page timeout, 和 related functionalities. - Add page type detection for 403/Forbidden errors and handle blocked pages accordingly. - Add IP detection API configuration and page timeout input field - Add input fields and event listeners for page timeout and IP detection API configuration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem changed title from [PR #6] feat: Add configurations and functionalities for IP detection and pag… to [PR #6] [MERGED] feat: Add configurations and functionalities for IP detection and pag… 2026-03-13 19:47:08 +03:00
kerem closed this issue 2026-03-13 19:47:19 +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/AWS-BuildID-Auto-For-Ext#5
No description provided.