Systemd butts
Replace the word systemd with butts.
Vad är Systemd butts?
Systemd butts är en Chrome-tillägg utvecklad av jessfraz, och dess huvudfunktion är "Replace the word systemd with butts.".
Tilläggsskärmbilder
Ladda ner Systemd butts-förlängningens CRX-fil
Ladda ner Systemd butts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replace systemd with butts on webpages. Source Code: https://github.com/jfrazelle/systemd-butts
Grundläggande Information om Tillägg
Namn | Systemd butts |
ID | cdlammifaiaedopfjihjnlidjjkcngja |
Officiell webbadress | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
Beskrivning | Replace the word systemd with butts. |
Filstorlek | 37.6 KB |
Antal Installationer | 35 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2016-06-24 |
Publiceringsdatum | 2016-06-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | jessfraz |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jfrazelle/systemd-butts |
Hjälpsida URL | https://github.com/jfrazelle/systemd-butts |
Stödda Språk | 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" ] } ] } |