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によって開発されたChromeの拡張機能で、その主な機能は「Extension that rewrite old links from OMSI 2 official forum to new format to avoid redirect to homepage.」です。
拡張機能のスクリーンショット
OMSI 2 forum redirect拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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\/*"
]
} | |