North Korean Internet Services

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

Cos'è North Korean Internet Services?

North Korean Internet Services è un'estensione di Chrome sviluppata da Serby, e la sua funzione principale è "Shun the western world and experience internet as our Glorious Leader intended it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione North Korean Internet Services

Scarica i file di estensione North Korean Internet Services in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome North Korean Internet Services North Korean Internet Services
ID iaoogmpffgfjmbhafffcdihicddacjme
URL Ufficiale https://chromewebstore.google.com/detail/north-korean-internet-ser/iaoogmpffgfjmbhafffcdihicddacjme
Descrizione Shun the western world and experience internet as our Glorious Leader intended it
Dimensione del File 4.67 MB
Conteggio Installazioni 168
Versione Corrente 0.1
Ultimo Aggiornamento 2015-04-13
Data di Pubblicazione 2015-04-12
Valutazione 4.69/5 Totale 32 Valutazioni
Sviluppatore Serby
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}