National to Reptile

Real talk

什么是National to Reptile?

National to Reptile是由David Kirschberg开发的Chrome扩展程序,该扩展的主要功能是“Real talk”。

扩展截图

screenshot

下载National to Reptile扩展crx文件

下载National to Reptile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.                    

扩展基本信息

名称 National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
官方URL https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
简介 Real talk
文件大小 44.96 KB
安装次数 16
当前版本 0.1.1
更新时间 2016-05-02
上架时间 2016-05-02
评分 5.00/5 共2次评分
开发者 David Kirschberg
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "National to Reptile ",
    "description": "Real talk",
    "version": "0.1.1",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}