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”。
扩展截图
下载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 |
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" ] } ] } |