Random Vegan Comic
Occasionally show a random vegansidekick.com image
What is Random Vegan Comic?
Random Vegan Comic is a Chrome extension developed by jip.de.beer, and its main feature is "Occasionally show a random vegansidekick.com image".
Extension Screenshots
Download Random Vegan Comic Extension CRX File
Download Random Vegan Comic 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
Just adds some Vegan fun while browsing.
Extension Basic Information
Name | Random Vegan Comic |
ID | gmdoilbppphjcbndphaplgfakkmgiaog |
Official URL | https://chromewebstore.google.com/detail/random-vegan-comic/gmdoilbppphjcbndphaplgfakkmgiaog |
Description | Occasionally show a random vegansidekick.com image |
File Size | 18.49 KB |
Installation Count | 18 |
Current Version | 1.0.1 |
Last Updated | 2020-11-24 |
Publish Date | 2020-04-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jip.de.beer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Jip-Hop/Random-Vegan-Comic |
Help Page URL | https://github.com/Jip-Hop/Random-Vegan-Comic/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Vegan Comic", "version": "1.0.1", "manifest_version": 2, "description": "Occasionally show a random vegansidekick.com image", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "random_vegan_script.js" ] } ] } |