OMSI 2 forum redirect
Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.
Was ist OMSI 2 forum redirect?
OMSI 2 forum redirect ist eine Chrome-Erweiterung, die von https://omsistuff.fr entwickelt wurde, und ihr Hauptmerkmal ist "Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.".
Erweiterungsscreenshots
OMSI 2 forum redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie OMSI 2 forum redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | OMSI 2 forum redirect |
ID | aknfplhdgekkfmmhdhcklaginjniagcf |
Offizielle URL | https://chromewebstore.google.com/detail/omsi-2-forum-redirect/aknfplhdgekkfmmhdhcklaginjniagcf |
Beschreibung | Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage. |
Dateigröße | 7.63 KB |
Installationsanzahl | 89 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-11-30 |
Veröffentlichungsdatum | 2022-11-28 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://omsistuff.fr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://omsistuff.fr |
Hilfeseite URL | https://omsistuff.fr/discord |
Unterstützte Sprachen | 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\/*" ] } |