Systemd butts
Replace the word systemd with butts.
Wat is Systemd butts?
Systemd butts is een Chrome-extensie ontwikkeld door jessfraz, en de belangrijkste functie is "Replace the word systemd with butts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Systemd butts
Download Systemd butts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replace systemd with butts on webpages.
Source Code: https://github.com/jfrazelle/systemd-butts Basisinformatie over de Extensie
| Naam | |
| ID | cdlammifaiaedopfjihjnlidjjkcngja |
| Officiële URL | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
| Beschrijving | Replace the word systemd with butts. |
| Bestandsgrootte | 37.6 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2016-06-24 |
| Publicatiedatum | 2016-06-24 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | jessfraz |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jfrazelle/systemd-butts |
| Help Pagina-URL | https://github.com/jfrazelle/systemd-butts |
| Ondersteunde Talen | 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"
]
}
]
} | |