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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OMSI 2 forum redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 OMSI 2 forum redirect
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\/*"
    ]
}