Brutus

Brutus extension

Wat is Brutus?

Brutus is een Chrome-extensie ontwikkeld door brutus, en de belangrijkste functie is "Brutus extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Brutus

Download Brutus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Brutus Brutus
ID cikjhonjgknbjdicnnipokhgdiibpjjm
Officiële URL https://chromewebstore.google.com/detail/brutus/cikjhonjgknbjdicnnipokhgdiibpjjm
Beschrijving Brutus extension
Bestandsgrootte 426 KB
Aantal Installaties 22
Huidige Versie 1.0.54
Laatst Bijgewerkt 2022-11-02
Publicatiedatum 2020-06-30
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar brutus
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.carpebrutus.com
Help Pagina-URL http://www.carpebrutus.com
URL van de Privacybeleid Pagina http://www.carpebrutus.com/privacy-policy
Ondersteunde Talen 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\/"
    ]
}