Twitter Origifier
Makes twitter images their original resolution
Co to jest Twitter Origifier?
Twitter Origifier to rozszerzenie Chrome opracowane przez @nathanwentworth, a jego główną funkcją jest „Makes twitter images their original resolution”.
Pobierz plik CRX rozszerzenia Twitter Origifier
Pobierz pliki rozszerzeń Twitter Origifier 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
Twitter hides their full-resolution images behind a :orig url flag, this extension automatically adds or replaces the suffix to always show twitter images in their original resolution. How to use! 1. Right click image on twitter 2. Open in a new tab 3. Done!
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter Origifier |
ID | lcbhlbbekpaklnhgfcccpdplhegpjkjk |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk |
Opis | Makes twitter images their original resolution |
Rozmiar pliku | 3.28 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2017-11-27 |
Data Publikacji | 2017-11-27 |
Deweloper | @nathanwentworth |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://nathanwentworth.co |
Adres URL Strony Pomocy | https://twitter.com/nathanwentworth |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Origifier", "version": "1.3", "manifest_version": 2, "description": "Makes twitter images their original resolution", "homepage_url": "https:\/\/nathanwentworth.co", "content_scripts": [ { "matches": [ "https:\/\/pbs.twimg.com\/media\/*" ], "js": [ "origifier.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |