Systemd butts
Replace the word systemd with butts.
Co to jest Systemd butts?
Systemd butts to rozszerzenie Chrome opracowane przez jessfraz, a jego główną funkcją jest „Replace the word systemd with butts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Systemd butts
Pobierz pliki rozszerzeń Systemd butts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replace systemd with butts on webpages.
Source Code: https://github.com/jfrazelle/systemd-butts Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cdlammifaiaedopfjihjnlidjjkcngja |
| Oficjalny URL | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
| Opis | Replace the word systemd with butts. |
| Rozmiar pliku | 37.6 KB |
| Liczba instalacji | 35 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2016-06-24 |
| Data Publikacji | 2016-06-24 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | jessfraz |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/jfrazelle/systemd-butts |
| Adres URL Strony Pomocy | https://github.com/jfrazelle/systemd-butts |
| Obsługiwane Języki | 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"
]
}
]
} | |