Systemd butts
Replace the word systemd with butts.
Cos'è Systemd butts?
Systemd butts è un'estensione di Chrome sviluppata da jessfraz, e la sua funzione principale è "Replace the word systemd with butts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Systemd butts
Scarica i file di estensione Systemd butts 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
Replace systemd with butts on webpages. Source Code: https://github.com/jfrazelle/systemd-butts
Informazioni di Base sull'Estensione
Nome | Systemd butts |
ID | cdlammifaiaedopfjihjnlidjjkcngja |
URL Ufficiale | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
Descrizione | Replace the word systemd with butts. |
Dimensione del File | 37.6 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2016-06-24 |
Data di Pubblicazione | 2016-06-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | jessfraz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jfrazelle/systemd-butts |
URL della Pagina di Aiuto | https://github.com/jfrazelle/systemd-butts |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Systemd butts", "version": "0.2.0", "manifest_version": 2, "description": "Replace the word systemd with butts.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |