OMSI 2 forum redirect

Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.

Co je OMSI 2 forum redirect?

OMSI 2 forum redirect je rozšíření Chrome vyvinuté https://omsistuff.fr, a jeho hlavní funkcí je „Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření OMSI 2 forum redirect

Stáhněte si soubory rozšíření OMSI 2 forum redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název OMSI 2 forum redirect OMSI 2 forum redirect
ID aknfplhdgekkfmmhdhcklaginjniagcf
Oficiální URL https://chromewebstore.google.com/detail/omsi-2-forum-redirect/aknfplhdgekkfmmhdhcklaginjniagcf
Popis Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.
Velikost souboru 7.63 KB
Počet instalací 89
Aktuální Verze 1.1
Poslední Aktualizace 2022-11-30
Datum Vydání 2022-11-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://omsistuff.fr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://omsistuff.fr
URL Stránky Nápovědy https://omsistuff.fr/discord
Podporované Jazyky 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\/*"
    ]
}