Commits are poops
Replaces 'commits' with 'poops'.
Wat is Commits are poops?
Commits are poops is een Chrome-extensie ontwikkeld door mezmor, en de belangrijkste functie is "Replaces 'commits' with 'poops'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Commits are poops
Download Commits are poops-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
Basisinformatie over de Extensie
| Naam | |
| ID | mbookomkhephpkajbalnoocimjhfojlk |
| Officiële URL | https://chromewebstore.google.com/detail/commits-are-poops/mbookomkhephpkajbalnoocimjhfojlk |
| Beschrijving | Replaces 'commits' with 'poops'. |
| Bestandsgrootte | 6.82 KB |
| Aantal Installaties | 79 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-07-08 |
| Publicatiedatum | 2016-07-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | mezmor |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Commits are poops",
"version": "1.0",
"description": "Replaces 'commits' with 'poops'.",
"icons": {
"48": "logo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |