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
公式URL 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"
            ]
        }
    ]
}