That's enough internet for today

This extension will change every image on the internet into a kitten!

什么是That's enough internet for today?

That's enough internet for today是由skeys apps开发的Chrome扩展程序,该扩展的主要功能是“This extension will change every image on the internet into a kitten!”。

下载That's enough internet for today扩展crx文件

下载That's enough internet for today扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        !!IMPORTANT!!
To remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it.
--End of important info--

This extension is a funny way to prank your friends, or even tell your kids to get off the computer. Its up to you what to do with it, but feel free to try it out and see what it does. (Make sure to read the above information before installing) It basically replaces all images on the web with a cat carrying her kitten away saying "That's enough internet for today"                    

扩展基本信息

名称 That's enough internet for today That's enough internet for today
ID echdbhdbdjjlbmpnlnehladohehkjnjk
官方URL https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk
简介 This extension will change every image on the internet into a kitten!
文件大小 2.32 MB
安装次数 27
当前版本 0.0.1
更新时间 2015-07-03
上架时间 2015-07-03
评分 3.50/5 共4次评分
开发者 skeys apps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "That's enough internet for today",
    "short_name": "Enough Tnternet",
    "description": "This extension will change every image on the internet into a kitten!",
    "version": "0.0.1",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "assets\/icon_128.gif"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": "true"
    }
}