Replace Linux with GNU/Linux
Put Richard in your web browser.
What is Replace Linux with GNU/Linux?
Replace Linux with GNU/Linux is a Chrome extension developed by Angristan, and its main feature is "Put Richard in your web browser.".
Download Replace Linux with GNU/Linux Extension CRX File
Download Replace Linux with GNU/Linux 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
A Chrome extension that replaces "Linux" with "GNU/Linux" on the web. Extension Basic Information
| Name | |
| ID | hfpdfpigmhmbamkdacjkimgoipdmhlgm |
| Official URL | https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm |
| Description | Put Richard in your web browser. |
| File Size | 4.35 KB |
| Installation Count | 27 |
| Current Version | 1.0 |
| Last Updated | 2018-03-04 |
| Publish Date | 2018-03-04 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Angristan |
| Payment Type | free |
| Extension Website | https://github.com/Angristan/GNU-Linux |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Replace Linux with GNU\/Linux",
"description": "Put Richard in your web browser.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |