Pīkari Mai

The plug in that replaces royal gossip with indigenous news.

Pīkari Mai là gì?

Pīkari Mai là một tiện ích mở rộng Chrome được phát triển bởi Kōpū O Te Rangi, và tính năng chính của nó là "The plug in that replaces royal gossip with indigenous news.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pīkari Mai

Tải xuống các tệp mở rộng Pīkari Mai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pīkari Mai Pīkari Mai
ID pkcnhaodjmodelffaajpggcggmhnefap
URL Chính Thức https://chromewebstore.google.com/detail/p%C4%ABkari-mai/pkcnhaodjmodelffaajpggcggmhnefap
Mô tả The plug in that replaces royal gossip with indigenous news.
Kích Thước Tệp 1.17 MB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 0.1.14
Cập Nhật Lần Cuối 2023-05-09
Ngày Phát Hành 2023-05-01
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Kōpū O Te Rangi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pikarimai.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}