Brutus
Brutus extension
What is Brutus?
Brutus is a Chrome extension developed by brutus, and its main feature is "Brutus extension".
Extension Screenshots
Download Brutus Extension CRX File
Download Brutus 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
Go from browsing to acting. With the Brutus extension added to your browser, every story of climate change, politics, and social justice becomes an opportunity to act. Find ways to get involved with what you’re reading about – attend events (live and remote), volunteer (in-person or online), sign petitions, donate to causes – by clicking the Brutus icon in your browser. Watch the demo here – https://www.youtube.com/watch?v=rIz0s9qmFTU
Extension Basic Information
Name | |
ID | cikjhonjgknbjdicnnipokhgdiibpjjm |
Official URL | https://chromewebstore.google.com/detail/brutus/cikjhonjgknbjdicnnipokhgdiibpjjm |
Description | Brutus extension |
File Size | 426 KB |
Installation Count | 22 |
Current Version | 1.0.54 |
Last Updated | 2022-11-02 |
Publish Date | 2020-06-30 |
Rating | 5.00/5 Total 9 Ratings |
Developer | brutus |
[email protected] | |
Payment Type | free |
Extension Website | http://www.carpebrutus.com |
Help Page URL | http://www.carpebrutus.com |
Privacy Policy Page URL | http://www.carpebrutus.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brutus", "description": "Brutus extension", "version": "1.0.54", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Brutus" }, "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/app\/brutus.js" ] }, "web_accessible_resources": [ "html\/*", "css\/*", "images\/*", "fonts\/*", "fonts\/fa-brands-400.ttf", "fonts\/fa-regular-400.ttf", "js\/lib\/jquery.min.js" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery.min.js", "js\/lib\/mustache.min.js", "js\/lib\/jquery.modal.min.js", "js\/app\/func.js", "js\/app\/content_script.js" ] } ], "permissions": [ "activeTab", "storage", "http:\/\/localhost:8000\/", "https:\/\/ettubrutus.herokuapp.com\/" ] } |