Reddit load images directly
Reddit load images in new tabs directly (bypass reddit image preview page)
Co to jest Reddit load images directly?
Reddit load images directly to rozszerzenie Chrome opracowane przez viktor svensson, a jego główną funkcją jest „Reddit load images in new tabs directly (bypass reddit image preview page)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit load images directly
Pobierz pliki rozszerzeń Reddit load images directly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Bypass Reddits annoying image previewer page. Changelog: v1.2.1: The extension should now work with Brave browser
Podstawowe informacje o rozszerzeniu
Nazwa | Reddit load images directly |
ID | fpimmmjbglpnlpbfikgekaaeinminolo |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo |
Opis | Reddit load images in new tabs directly (bypass reddit image preview page) |
Rozmiar pliku | 11.68 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2023-08-31 |
Data Publikacji | 2023-08-01 |
Ocena | 4.74/5 Łącznie 130 Oceny |
Deweloper | viktor svensson |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/MonsterMannen/reddit-load-images-directly-chrome |
Adres URL Strony Pomocy | https://github.com/MonsterMannen/reddit-load-images-directly-chrome |
Obsługiwane Języki | 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 } ] } } |