Reddit load images directly
Reddit load images in new tabs directly (bypass reddit image preview page)
Reddit load images directlyคืออะไร?
Reddit load images directly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย viktor svensson และคุณลักษณะหลักของมันคือ "Reddit load images in new tabs directly (bypass reddit image preview page)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit load images directly
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } ] } } |