Twitter Origifier
Makes twitter images their original resolution
Co je Twitter Origifier?
Twitter Origifier je rozšíření Chrome vyvinuté @nathanwentworth, a jeho hlavní funkcí je „Makes twitter images their original resolution“.
Stáhnout soubor CRX rozšíření Twitter Origifier
Stáhněte si soubory rozšíření Twitter Origifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Twitter Origifier |
ID | lcbhlbbekpaklnhgfcccpdplhegpjkjk |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk |
Popis | Makes twitter images their original resolution |
Velikost souboru | 3.28 KB |
Počet instalací | 32 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2017-11-27 |
Datum Vydání | 2017-11-27 |
Vývojář | @nathanwentworth |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://nathanwentworth.co |
URL Stránky Nápovědy | https://twitter.com/nathanwentworth |
Podporované Jazyky | 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" ] } |