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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OMSI 2 forum redirect
قم بتنزيل ملفات الامتداد OMSI 2 forum redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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\/*"
]
} | |