Disqus Hider
Hides the Disqus comment section on a webpage.
Cos'è Disqus Hider?
Disqus Hider è un'estensione di Chrome sviluppata da Omnigatherum, e la sua funzione principale è "Hides the Disqus comment section on a webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disqus Hider
Scarica i file di estensione Disqus Hider 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 a Disqus comment section on a webpage. The extension works in the background and requires no user intervention. The extension is always on, and hides the comment section as the page loads. To turn it off, go to chrome://extensions and uncheck "Enabled" next to the title of the extension. Disqus Hider is not an official extension from Disqus. -- Before posting a negative review: Please take the time to provide feedback. Extensions break every so often. They usually can be fixed quite quickly. Thanks. -- Plugin history: 0.1.0 - Initial release.
Informazioni di Base sull'Estensione
Nome | |
ID | dbdacjoefpcminpbfchmhgjomblkdkda |
URL Ufficiale | https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda |
Descrizione | Hides the Disqus comment section on a webpage. |
Dimensione del File | 14.61 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2015-03-13 |
Data di Pubblicazione | 2015-03-13 |
Valutazione | 4.63/5 Totale 8 Valutazioni |
Sviluppatore | Omnigatherum |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_title__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_ext_desc__", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Richard Bruneau", "default_locale": "en", "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/disqus_hider_styles.css" ], "js": [ "src\/inject.js" ], "run_at": "document_end" } ] } |