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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reddit load images in new tabs directly (bypass reddit image preview page)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit load images directly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } } |