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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://omsistuff.fr และคุณลักษณะหลักของมันคือ "Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OMSI 2 forum redirect

ดาวน์โหลดไฟล์ส่วนขยาย 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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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\/*"
    ]
}