Decolonial Hacker

Decolonial Hacker Extension

Decolonial Hackerคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        The Decolonial Hacker extension activates when a user logs onto targeted websites, freezing them with fragments of a text, artwork, or combination of the two, that analyses certain problematics of that place informed by decolonial politics at large.

The extension overlays commissioned work onto a set of defined websites. It is otherwise inactive. The set of URLs that trigger the extension are updated approximately every 30 minutes in a background script. Decolonial Hacker can be disabled and reactivated by selecting “HIDE/REVEAL” on the extension’s pop-down menu.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Decolonial Hacker Decolonial Hacker
ID bjdcoeofphofjcfhckcgfhnbfolmlpmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/decolonial-hacker/bjdcoeofphofjcfhckcgfhnbfolmlpmm
คำอธิบาย Decolonial Hacker Extension
ขนาดไฟล์ 618 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2023-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา decolonialhacker
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.decolonialhacker.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Caspian Baska",
    "description": "Decolonial Hacker Extension",
    "name": "Decolonial Hacker",
    "version": "2.1.2",
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/entries\/contentScript\/index.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/index-62u3kLhy.js",
                "assets\/config-ivgAe7lh.js",
                "assets\/app-XyRgP7b_.js",
                "assets\/CrimsonText-Regular-9sCzYqiX.woff2",
                "assets\/CrimsonText-Regular-MubRTcUd.woff",
                "assets\/CrimsonText-Regular-p0dQGl-z.ttf",
                "assets\/CrimsonText-Italic-KpuRIrGN.woff2",
                "assets\/CrimsonText-Italic-nhlEKOmS.woff",
                "assets\/CrimsonText-Italic-GG_pIddX.ttf",
                "assets\/CrimsonText-Bold-NcCP1vrF.woff2",
                "assets\/CrimsonText-Bold-vceRWif_.woff",
                "assets\/CrimsonText-Bold-Owof85xb.ttf",
                "assets\/CrimsonText-BoldItalic-BHcMH6tJ.woff2",
                "assets\/AlmaMono-Regular-taMdo45Z.woff2",
                "assets\/AlmaMono-Regular-xHi4pHVt.woff",
                "assets\/AlmaMono-Regular-daM-wMrX.otf",
                "assets\/AlmaMono-Regular-kvGud99e.ttf",
                "assets\/app-HJNJk_Jf.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}