Pīkari Mai

The plug in that replaces royal gossip with indigenous news.

Pīkari Maiคืออะไร?

Pīkari Mai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kōpū O Te Rangi และคุณลักษณะหลักของมันคือ "The plug in that replaces royal gossip with indigenous news."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pīkari Mai

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

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

                        Irritating royal gossip is smeared all over the internet.

Thanks to the coronation, this has reached a whole new level of unbearable.

For indigenous people, royal news is more than just annoying. That’s why Tangata Whenua have created Pīkari Mai, a plugin designed to shut up the headline-hungry royal family.

Pīkari Mai rids the internet of royal articles by replacing them with the latest Māori news drawn from a range of local media publishers. Honouring Kaituhi Māori (indigenous writers) by prioritising news stories written by, for and about indigenous people.                    

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

ชื่อ Pīkari Mai Pīkari Mai
ID pkcnhaodjmodelffaajpggcggmhnefap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/p%C4%ABkari-mai/pkcnhaodjmodelffaajpggcggmhnefap
คำอธิบาย The plug in that replaces royal gossip with indigenous news.
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 293
เวอร์ชันปัจจุบัน 0.1.14
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2023-05-01
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Kōpū O Te Rangi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pikarimai.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/crown128.png",
            "16": "images\/crown16.png",
            "32": "images\/crown32.png",
            "48": "images\/crown48.png"
        },
        "default_popup": "popup.html",
        "default_title": "P\u012bkari Mai"
    },
    "author": "ColensoBBDO",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "utils.js",
                "config.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "The plug in that replaces royal gossip with indigenous news.",
    "host_permissions": [
        "https:\/\/d1q5s1hjlqde9y.cloudfront.net\/*"
    ],
    "icons": {
        "128": "images\/crown128.png",
        "16": "images\/crown16.png",
        "32": "images\/crown32.png",
        "48": "images\/crown48.png"
    },
    "manifest_version": 3,
    "name": "P\u012bkari Mai",
    "permissions": [],
    "version": "0.1.14",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/pikari-mai.gif",
                "images\/redact.png",
                "images\/redact-a.png",
                "images\/close.png"
            ]
        }
    ]
}