GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
What is GitLab Poop 💩?
GitLab Poop 💩 is a Chrome extension developed by https://marcofugaro.it, and its main feature is "Gives a brand new restyle to the GitLab logo!".
Extension Screenshots
Download GitLab Poop 💩 Extension CRX File
Download GitLab Poop 💩 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 | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| Official URL | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| Description | Gives a brand new restyle to the GitLab logo! |
| File Size | 33.55 KB |
| Installation Count | 13 |
| Current Version | 1.0 |
| Last Updated | 2017-02-01 |
| Publish Date | 2017-02-01 |
| Developer | https://marcofugaro.it |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/marcofugaro/gitlab-poop |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitLab Poop \ud83d\udca9",
"version": "1.0",
"manifest_version": 2,
"description": "Gives a brand new restyle to the GitLab logo!",
"permissions": [
"tabs",
"*:\/\/*.gitlab.com\/*"
],
"icons": {
"128": "poop-emoji.png"
},
"web_accessible_resources": [
"poop-emoji.png"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.gitlab.com\/*"
],
"run_at": "document_end",
"js": [
"gitlab-poop.js"
]
}
]
} | |