Brutus

Brutus extension

Brutus란 무엇입니까?

Brutus은(는) brutus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brutus extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Brutus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Brutus Brutus
ID cikjhonjgknbjdicnnipokhgdiibpjjm
공식 URL https://chromewebstore.google.com/detail/brutus/cikjhonjgknbjdicnnipokhgdiibpjjm
설명 Brutus extension
파일 크기 426 KB
설치 횟수 22
현재 버전 1.0.54
최근 업데이트 2022-11-02
출시 날짜 2020-06-30
평점 5.00/5 총 9 개의 평점
개발자 brutus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.carpebrutus.com
도움말 페이지 URL http://www.carpebrutus.com
개인정보 보호 정책 페이지 URL http://www.carpebrutus.com/privacy-policy
지원되는 언어 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\/"
    ]
}