OMSI 2 forum redirect
Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.
OMSI 2 forum redirect là gì?
OMSI 2 forum redirect là một tiện ích mở rộng Chrome được phát triển bởi https://omsistuff.fr, và tính năng chính của nó là "Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OMSI 2 forum redirect
Tải xuống các tệp mở rộng OMSI 2 forum redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
OMSI 2 official forum old links now redirect to the homepage. This extension prevent this by rewriting links with the new format. Exemple with Simple Streets post : www.omnibussimulator.de/forum/index.php?page=Thread&threadID=2500 becomes : forum.omnibussimulator.de/forum/index.php?thread/2500-simple-streets-simplestreets/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OMSI 2 forum redirect |
ID | aknfplhdgekkfmmhdhcklaginjniagcf |
URL Chính Thức | https://chromewebstore.google.com/detail/omsi-2-forum-redirect/aknfplhdgekkfmmhdhcklaginjniagcf |
Mô tả | Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage. |
Kích Thước Tệp | 7.63 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-11-30 |
Ngày Phát Hành | 2022-11-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://omsistuff.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://omsistuff.fr |
URL Trang Trợ Giúp | https://omsistuff.fr/discord |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OMSI 2 forum redirect", "description": "Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*.omnibussimulator.de\/*" ] } |