Commits are poops
Replaces 'commits' with 'poops'.
What is Commits are poops?
Commits are poops is a Chrome extension developed by mezmor, and its main feature is "Replaces 'commits' with 'poops'.".
Extension Screenshots
Download Commits are poops Extension CRX File
Download Commits are poops extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Commits are poops |
ID | mbookomkhephpkajbalnoocimjhfojlk |
Official URL | https://chromewebstore.google.com/detail/commits-are-poops/mbookomkhephpkajbalnoocimjhfojlk |
Description | Replaces 'commits' with 'poops'. |
File Size | 6.82 KB |
Installation Count | 79 |
Current Version | 1.0 |
Last Updated | 2016-07-08 |
Publish Date | 2016-07-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mezmor |
Payment Type | free |
Supported Languages | 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" } ] } |