Reddit Hide Sidebar
Provides an option to hide the reddit sidebar.
Cos'è Reddit Hide Sidebar?
Reddit Hide Sidebar è un'estensione di Chrome sviluppata da Hrishikesh Bakshi, e la sua funzione principale è "Provides an option to hide the reddit sidebar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Hide Sidebar
Scarica i file di estensione Reddit Hide Sidebar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension hides the right sidebar. A "Show Sidebar" link is displayed to show the sidebar. ** NEW IN v0.6 ** : Fix for custom css subreddits like r/videos ** NEW IN v0.5 ** : https:// and np.reddit.com support. ** NEW IN v0.4 ** : SAVES YOUR SETTING AUTOMATICALLY. Once you change to 'Hide Sidebar' it will be hidden on all pages until you click 'Show Sidebar'. This extension is useful if you want to check reddit in a small sized window. This extension is also useful to avoid distractions like the flash games.
Informazioni di Base sull'Estensione
Nome | Reddit Hide Sidebar |
ID | kmhljmlnmkpkfidhceknegheeplgmngg |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-hide-sidebar/kmhljmlnmkpkfidhceknegheeplgmngg |
Descrizione | Provides an option to hide the reddit sidebar. |
Dimensione del File | 37 KB |
Conteggio Installazioni | 5,025 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2017-05-14 |
Data di Pubblicazione | 2017-05-14 |
Valutazione | 3.99/5 Totale 86 Valutazioni |
Sviluppatore | Hrishikesh Bakshi |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.min.js", "script.js" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "http:\/\/np.reddit.com\/*", "https:\/\/np.reddit.com\/*" ] } ], "description": "Provides an option to hide the reddit sidebar.", "name": "Reddit Hide Sidebar", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.6" } |