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 с друзьями, чтобы легко установить расширения 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/ Основная информация о расширении
| Название | |
| 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\/*"
]
} | |