Drakeify

Want to be friends with Drake?

ما هو Drakeify؟

Drakeify هو إضافة Chrome تم تطويرها بواسطة http://nolandchaliha.com، والميزة الرئيسية لها هي "Want to be friends with Drake?".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Drakeify

قم بتنزيل ملفات الامتداد Drakeify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces every one of your friends with Drake.                    

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

الاسم Drakeify Drakeify
ID jghnnbdihbclmobpcnplnmaiicdhpogl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/drakeify/jghnnbdihbclmobpcnplnmaiicdhpogl
الوصف Want to be friends with Drake?
حجم الملف 181 KB
عدد التثبيتات 28
النسخة الحالية 0.1
آخر تحديث 2015-02-02
تاريخ النشر 2015-02-02
تقييم 2.09/5 مجموع تقييمات 11
المطور http://nolandchaliha.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drakeify",
    "description": "Want to be friends with Drake?",
    "version": "0.1",
    "author": "Noland Bo Chaliha",
    "short_name": "Drakeify",
    "manifest_version": 2,
    "icons": {
        "16": "resources\/drake16.png",
        "48": "resources\/drake48.png",
        "128": "resources\/drake128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "resources\/*"
    ]
}