OMSI 2 forum redirect
Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.
What is OMSI 2 forum redirect?
OMSI 2 forum redirect is a Chrome extension developed by https://omsistuff.fr, and its main feature is "Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.".
Extension Screenshots
Download OMSI 2 forum redirect Extension CRX File
Download OMSI 2 forum redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/ Extension Basic Information
| Name | |
| ID | aknfplhdgekkfmmhdhcklaginjniagcf |
| Official URL | https://chromewebstore.google.com/detail/omsi-2-forum-redirect/aknfplhdgekkfmmhdhcklaginjniagcf |
| Description | Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage. |
| File Size | 7.63 KB |
| Installation Count | 89 |
| Current Version | 1.1 |
| Last Updated | 2022-11-30 |
| Publish Date | 2022-11-28 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | https://omsistuff.fr |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://omsistuff.fr |
| Help Page URL | https://omsistuff.fr/discord |
| Supported Languages | 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\/*"
]
} | |