North Korean Internet Services

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

什麼是North Korean Internet Services?

North Korean Internet Services是由Serby開發的Chrome擴展程式,該擴展的主要功能是“Shun the western world and experience internet as our Glorious Leader intended it”。

擴展截圖

screenshot

下載North Korean Internet Services擴展crx文件

下載North Korean Internet Services擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 North Korean Internet Services North Korean Internet Services
ID iaoogmpffgfjmbhafffcdihicddacjme
官方網址 https://chromewebstore.google.com/detail/north-korean-internet-ser/iaoogmpffgfjmbhafffcdihicddacjme
簡介 Shun the western world and experience internet as our Glorious Leader intended it
檔案大小 4.67 MB
安裝次數 168
目前版本 0.1
更新時間 2015-04-13
上架時間 2015-04-12
評分 4.69/5 共 32 次評分
開發者 Serby
付費類型 free
支援的語言 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"
            ]
        }
    ]
}