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?
OMSI 2 forum redirect是由https://omsistuff.fr開發的Chrome擴展程式,該擴展的主要功能是“Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.”。
擴展截圖
下載OMSI 2 forum redirect擴展crx文件
下載OMSI 2 forum redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | OMSI 2 forum redirect |
ID | aknfplhdgekkfmmhdhcklaginjniagcf |
官方網址 | https://chromewebstore.google.com/detail/omsi-2-forum-redirect/aknfplhdgekkfmmhdhcklaginjniagcf |
簡介 | Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage. |
檔案大小 | 7.63 KB |
安裝次數 | 89 |
目前版本 | 1.1 |
更新時間 | 2022-11-30 |
上架時間 | 2022-11-28 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://omsistuff.fr |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://omsistuff.fr |
說明頁面URL | https://omsistuff.fr/discord |
支援的語言 | 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\/*" ] } |