iDubbbzTv Memes!

This gives you all the memes from iDubbbzTv!

什么是iDubbbzTv Memes!?

iDubbbzTv Memes!是由Coolstuff14开发的Chrome扩展程序,该扩展的主要功能是“This gives you all the memes from iDubbbzTv!”。

扩展截图

screenshot

下载iDubbbzTv Memes!扩展crx文件

下载iDubbbzTv Memes!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you want all the iDubbbzTv memes? Fuck yeah you do!

So get em right here in your browser! 

It is defaulted to show a random meme every press, if you want a specific one to show up each press change it in the options. 

um don't sue me idubbbzTv you dahhh man                    

扩展基本信息

名称 iDubbbzTv Memes! iDubbbzTv Memes!
ID oaakdddcpbpecmmeikbdbfiopeagmppd
官方URL https://chrome.google.com/webstore/detail/idubbbztv-memes/oaakdddcpbpecmmeikbdbfiopeagmppd
简介 This gives you all the memes from iDubbbzTv!
文件大小 12.64 MB
安装次数 1,000
当前版本 1.0.4
更新时间 2016-02-29
上架时间 2016-02-29
评分 4.14/5 共69次评分
开发者 Coolstuff14
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iDubbbzTv Memes!",
    "description": "This gives you all the memes from iDubbbzTv!",
    "version": "1.0.4",
    "options_page": "options.html",
    "icons": {
        "16": "img\/ico16.png",
        "48": "img\/ico48.png",
        "128": "img\/ico128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/ico16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/popup.html"
            ],
            "css": [
                "style.css",
                "bootstrap.min.css"
            ],
            "js": [
                "popup.js",
                "options.js"
            ]
        }
    ]
}