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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
عنوان صفحة المساعدة 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"
    ]
}