Pīkari Mai

The plug in that replaces royal gossip with indigenous news.

什么是Pīkari Mai?

Pīkari Mai是由Kōpū O Te Rangi开发的Chrome扩展程序,该扩展的主要功能是“The plug in that replaces royal gossip with indigenous news.”。

扩展截图

screenshot

下载Pīkari Mai扩展crx文件

下载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"
            ]
        }
    ]
}