National to Reptile

Real talk

What is National to Reptile?

National to Reptile is a Chrome extension developed by David Kirschberg, and its main feature is "Real talk".

Extension Screenshots

screenshot

Download National to Reptile Extension CRX File

Download National to Reptile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
Official URL https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Description Real talk
File Size 44.96 KB
Installation Count 16
Current Version 0.1.1
Last Updated 2016-05-02
Publish Date 2016-05-02
Rating 5.00/5 Total 2 Ratings
Developer David Kirschberg
Payment Type free
Supported Languages 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"
        }
    ]
}