reddit-uhd
Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
reddit-uhdとは何ですか?
reddit-uhdはhttps://qashto.comによって開発されたChromeの拡張機能で、その主な機能は「Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.」です。
拡張機能のスクリーンショット
reddit-uhd拡張機能のCRXファイルをダウンロード
reddit-uhd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
reddit-uhd replaces tiny thumbnails with full quality images, gifs, and videos.
ONLY works with old.reddit.com
If you like the extension please send a donation on Paypal!
https://www.paypal.me/qashto/5 拡張機能の基本情報
| 名前 | |
| ID | lbgicmachmkfbkbldccboimfplmemfip |
| 公式URL | https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip |
| 説明 | Redesigns reddit! Replaces thumbnails and low-res previews with full-res images. |
| ファイルサイズ | 308 KB |
| インストール数 | 106 |
| 現在のバージョン | 1.3.7 |
| 最終更新日 | 2023-08-04 |
| 公開日 | 2018-06-12 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | https://qashto.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"css": [
"qashto_reddit-uhd.css"
],
"js": [
"jquery.slim.min.js",
"qashto_reddit-uhd.user.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"description": "Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.",
"homepage_url": "https:\/\/github.com\/quinton-ashley\/reddit-uhd\/blob\/master\/README.md",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/logo128.png",
"256": "icons\/icon256.png",
"512": "icons\/icon512.png",
"1024": "icons\/icon1024.png"
},
"manifest_version": 2,
"name": "reddit-uhd",
"permissions": [
"*:\/\/*\/*"
],
"short_name": "reddit-uhd",
"version": "1.3.7"
} | |