AnyRaven
Customise your Cambridge Raven login raven.
What is AnyRaven?
AnyRaven is a Chrome extension developed by imperialoctopus, and its main feature is "Customise your Cambridge Raven login raven.".
Extension Screenshots
Download AnyRaven Extension CRX File
Download AnyRaven 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
Replaces the raven image on the Cambridge Raven login screen with a different one from their LGBT history month flag selection.
Extension Basic Information
Name | |
ID | eohfikcmjpalpiphcdbdejjhgakohpkb |
Official URL | https://chromewebstore.google.com/detail/anyraven/eohfikcmjpalpiphcdbdejjhgakohpkb |
Description | Customise your Cambridge Raven login raven. |
File Size | 64.97 KB |
Installation Count | 67 |
Current Version | 1.2.0 |
Last Updated | 2021-03-08 |
Publish Date | 2021-02-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | imperialoctopus |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://imperialoctopus.com/privacy_policy.md |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AnyRaven", "description": "Customise your Cambridge Raven login raven.", "version": "1.2.0", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_icon": "assets\/icon-128.png", "default_popup": "options.html" }, "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/raven.cam.ac.uk\/*" ], "content_scripts": [ { "matches": [ "*:\/\/raven.cam.ac.uk\/*" ], "js": [ "assets\/jquery-3.5.1.min.js", "content.js" ], "run_at": "document_end" } ] } |