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 - это расширение Chrome, разработанное Serby, и его основная функция - "Shun the western world and experience internet as our Glorious Leader intended it".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения North Korean Internet Services

Скачайте файлы расширений 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"
            ]
        }
    ]
}