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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://blog.cartercole.com และคุณลักษณะหลักของมันคือ "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Miley Cyrus Twerkn' Everywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}