Ptt Media Preview
增強 Ptt 連結預覽體驗
Ptt Media Previewとは何ですか?
Ptt Media PreviewはMingcによって開発されたChromeの拡張機能で、その主な機能は「增強 Ptt 連結預覽體驗」です。
拡張機能のスクリーンショット
Ptt Media Preview拡張機能のCRXファイルをダウンロード
Ptt Media Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在網頁版與 term.ptt.cc 支援顯示更多圖片與影片
- imgur.com/a
- imgur.com/gallery
- live.staticflickr.com
- pbs.twimg.com
- pic.pimg.tw
- www.youtube.com
- youtu.be
- i.pixiv.cat
將 gif 換成 mp4,加速讀取與減少流量使用。
Source code: https://github.com/mingc00/ptt-imgur-fix 拡張機能の基本情報
| 名前 | |
| ID | khanhghjfcpmgkomfomadomnckjakglm |
| 公式URL | https://chromewebstore.google.com/detail/ptt-media-preview/khanhghjfcpmgkomfomadomnckjakglm |
| 説明 | 增強 Ptt 連結預覽體驗 |
| ファイルサイズ | 19.15 KB |
| インストール数 | 3,273 |
| 現在のバージョン | 5.0.5 |
| 最終更新日 | 2024-01-11 |
| 公開日 | 2021-08-12 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | Mingc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mingc00/ptt-imgur-fix |
| 対応言語 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ptt Media Preview",
"description": "\u589e\u5f37 Ptt \u9023\u7d50\u9810\u89bd\u9ad4\u9a57",
"version": "5.0.5",
"icons": {
"48": "icon\/48.png",
"128": "icon\/128.png",
"256": "icon\/256.png"
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/*.imgur.com\/*",
"https:\/\/www.ptt.cc\/*",
"https:\/\/term.ptt.cc\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.ptt.cc\/*.html"
],
"js": [
"imgur.js",
"web.js"
]
},
{
"matches": [
"https:\/\/term.ptt.cc\/"
],
"js": [
"imgur.js",
"term.js"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rule_set",
"enabled": true,
"path": "rules.json"
}
]
},
"manifest_version": 3
} | |