North Korean Internet Services

Shun the western world and experience internet as our Glorious Leader intended it

What is North Korean Internet Services?

North Korean Internet Services is a Chrome extension developed by Serby, and its main feature is "Shun the western world and experience internet as our Glorious Leader intended it".

Extension Screenshots

screenshot

Download North Korean Internet Services Extension CRX File

Download North Korean Internet Services 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

                        Experience the internet through Kim Jong-Un's eyes. This app will change all images to pre-approved pictures of our dear leader as well as playing beautiful North Korean battle music.                    

Extension Basic Information

Name North Korean Internet Services North Korean Internet Services
ID iaoogmpffgfjmbhafffcdihicddacjme
Official URL https://chromewebstore.google.com/detail/north-korean-internet-ser/iaoogmpffgfjmbhafffcdihicddacjme
Description Shun the western world and experience internet as our Glorious Leader intended it
File Size 4.67 MB
Installation Count 168
Current Version 0.1
Last Updated 2015-04-13
Publish Date 2015-04-12
Rating 4.69/5 Total 32 Ratings
Developer Serby
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "North Korean Internet Services",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Shun the western world and experience internet as our Glorious Leader intended it",
    "icons": {
        "128": "128korea.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/1.jpg",
        "images\/2.jpg",
        "images\/3.jpg",
        "images\/4.jpg",
        "images\/5.jpg",
        "images\/5.jpg",
        "images\/6.jpg",
        "images\/7.jpg",
        "images\/8.jpg",
        "images\/9.jpg",
        "images\/10.jpg",
        "koreamusic.mp3"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "basic.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ]
        }
    ]
}