Drakeify

Want to be friends with Drake?

什麼是Drakeify?

Drakeify是由http://nolandchaliha.com開發的Chrome擴展程式,該擴展的主要功能是“Want to be friends with Drake?”。

擴展截圖

screenshot

下載Drakeify擴展crx文件

下載Drakeify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replaces every one of your friends with Drake.                    

擴展基本資訊

名稱 Drakeify Drakeify
ID jghnnbdihbclmobpcnplnmaiicdhpogl
官方網址 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\/*"
    ]
}