Miley Cyrus Twerkn' Everywhere

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

Cos'è Miley Cyrus Twerkn' Everywhere?

Miley Cyrus Twerkn' Everywhere è un'estensione di Chrome sviluppata da http://blog.cartercole.com, e la sua funzione principale è "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Miley Cyrus Twerkn' Everywhere

Scarica i file di estensione Miley Cyrus Twerkn' Everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Miley Cyrus Twerkn' Everywhere Miley Cyrus Twerkn' Everywhere
ID jkgagbjgphomlmllihpfkgchclnakhai
URL Ufficiale https://chrome.google.com/webstore/detail/miley-cyrus-twerkn-everyw/jkgagbjgphomlmllihpfkgchclnakhai
Descrizione Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole
Dimensione del File 338 KB
Conteggio Installazioni 57
Versione Corrente 0.6.9
Ultimo Aggiornamento 2013-08-28
Data di Pubblicazione 2013-08-28
Valutazione 2.06/5 Totale 54 Valutazioni
Sviluppatore http://blog.cartercole.com
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.cartercole.com
URL della Pagina di Aiuto http://blog.cartercole.com
Lingue Supportate 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"
    ]
}