Miley Cyrus Twerkn' Everywhere

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

What is Miley Cyrus Twerkn' Everywhere?

Miley Cyrus Twerkn' Everywhere is a Chrome extension developed by http://blog.cartercole.com, and its main feature is "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole".

Extension Screenshots

screenshot

Download Miley Cyrus Twerkn' Everywhere Extension CRX File

Download Miley Cyrus Twerkn' Everywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Miley Cyrus Twerkn' Everywhere Miley Cyrus Twerkn' Everywhere
ID jkgagbjgphomlmllihpfkgchclnakhai
Official URL https://chrome.google.com/webstore/detail/miley-cyrus-twerkn-everyw/jkgagbjgphomlmllihpfkgchclnakhai
Description Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole
File Size 338 KB
Installation Count 57
Current Version 0.6.9
Last Updated 2013-08-28
Publish Date 2013-08-28
Rating 2.06/5 Total 54 Ratings
Developer http://blog.cartercole.com
Payment Type free
Extension Website http://blog.cartercole.com
Help Page URL http://blog.cartercole.com
Supported Languages 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"
    ]
}