Reddit load images directly
Reddit load images in new tabs directly (bypass reddit image preview page)
Reddit load images directlyとは何ですか?
Reddit load images directlyはviktor svenssonによって開発されたChromeの拡張機能で、その主な機能は「Reddit load images in new tabs directly (bypass reddit image preview page)」です。
拡張機能のスクリーンショット
Reddit load images directly拡張機能のCRXファイルをダウンロード
Reddit load images directly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bypass Reddits annoying image previewer page. Changelog: v1.2.1: The extension should now work with Brave browser
拡張機能の基本情報
名前 | Reddit load images directly |
ID | fpimmmjbglpnlpbfikgekaaeinminolo |
公式URL | https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo |
説明 | Reddit load images in new tabs directly (bypass reddit image preview page) |
ファイルサイズ | 11.68 KB |
インストール数 | 20,000 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-08-31 |
公開日 | 2023-08-01 |
評価 | 4.74/5 合計 130 レビュー |
開発者 | viktor svensson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/MonsterMannen/reddit-load-images-directly-chrome |
ヘルプページのURL | https://github.com/MonsterMannen/reddit-load-images-directly-chrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reddit load images directly", "version": "1.2.1", "description": "Reddit load images in new tabs directly (bypass reddit image preview page)", "author": "MonsterMannen", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/preview.redd.it\/*", "https:\/\/i.redd.it\/*", "https:\/\/external-preview.redd.it\/*", "*:\/\/*.reddit.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule_external_preview_redd", "path": "rules\/rule_external_preview_redd.json", "enabled": true }, { "id": "rule_i_redd", "path": "rules\/rule_i_redd.json", "enabled": true }, { "id": "rule_preview_redd", "path": "rules\/rule_preview_redd.json", "enabled": true }, { "id": "rule_reddit", "path": "rules\/rule_reddit.json", "enabled": true } ] } } |