Systemd butts
Replace the word systemd with butts.
Hvad er Systemd butts?
Systemd butts er en Chrome-udvidelse udviklet af jessfraz, og dens hovedfunktion er "Replace the word systemd with butts.".
Udvidelsesskærmbilleder
Download Systemd butts-udvidelses-CRX-fil
Download Systemd butts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replace systemd with butts on webpages. Source Code: https://github.com/jfrazelle/systemd-butts
Grundlæggende oplysninger om udvidelsen
Navn | Systemd butts |
ID | cdlammifaiaedopfjihjnlidjjkcngja |
Officiel URL | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
Beskrivelse | Replace the word systemd with butts. |
Filstørrelse | 37.6 KB |
Antal Installationer | 35 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2016-06-24 |
Udgivelsesdato | 2016-06-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | jessfraz |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jfrazelle/systemd-butts |
Hjælpeside-URL | https://github.com/jfrazelle/systemd-butts |
Understøttede Sprog | 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" ] } ] } |