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/ 扩展基本信息
| 名称 | |
| ID | aknfplhdgekkfmmhdhcklaginjniagcf |
| 官方URL | 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\/*"
]
} | |