North Korean Internet Services

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

O que é North Korean Internet Services?

North Korean Internet Services é uma extensão do Chrome desenvolvida por Serby, e sua principal característica é "Shun the western world and experience internet as our Glorious Leader intended it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão North Korean Internet Services

Baixe arquivos de extensão North Korean Internet Services no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome North Korean Internet Services North Korean Internet Services
ID iaoogmpffgfjmbhafffcdihicddacjme
URL Oficial https://chromewebstore.google.com/detail/north-korean-internet-ser/iaoogmpffgfjmbhafffcdihicddacjme
Descrição Shun the western world and experience internet as our Glorious Leader intended it
Tamanho do Arquivo 4.67 MB
Contagem de Instalações 168
Versão Atual 0.1
Última Atualização 2015-04-13
Data de Publicação 2015-04-12
Classificação 4.69/5 Total de 32 Avaliações
Desenvolvedor Serby
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}