Brutus

Brutus extension

Brutusคืออะไร?

Brutus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brutus และคุณลักษณะหลักของมันคือ "Brutus extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brutus

ดาวน์โหลดไฟล์ส่วนขยาย Brutus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}