Miley Cyrus Twerkn' Everywhere

Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole

什么是Miley Cyrus Twerkn' Everywhere?

Miley Cyrus Twerkn' Everywhere是由http://blog.cartercole.com开发的Chrome扩展程序,该扩展的主要功能是“Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole”。

扩展截图

screenshot

下载Miley Cyrus Twerkn' Everywhere扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Miley Cyrus Twerkn' Everywhere Miley Cyrus Twerkn' Everywhere
ID jkgagbjgphomlmllihpfkgchclnakhai
官方URL https://chrome.google.com/webstore/detail/miley-cyrus-twerkn-everyw/jkgagbjgphomlmllihpfkgchclnakhai
简介 Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole
文件大小 338 KB
安装次数 57
当前版本 0.6.9
更新时间 2013-08-28
上架时间 2013-08-28
评分 2.06/5 共54次评分
开发者 http://blog.cartercole.com
付费类型 free
扩展官网 http://blog.cartercole.com
帮助页面URL http://blog.cartercole.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miley Cyrus Twerkn' Everywhere",
    "version": "0.6.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "description": "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inpage.css"
            ],
            "js": [
                "js\/underscore.js",
                "js\/jquery.js",
                "js\/onpage.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/mileycyrustwerk.png"
    ]
}