Drakeify

Want to be friends with Drake?

Wat is Drakeify?

Drakeify is een Chrome-extensie ontwikkeld door http://nolandchaliha.com, en de belangrijkste functie is "Want to be friends with Drake?".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Drakeify

Download Drakeify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replaces every one of your friends with Drake.                    

Basisinformatie over de Extensie

Naam Drakeify Drakeify
ID jghnnbdihbclmobpcnplnmaiicdhpogl
Officiële URL https://chrome.google.com/webstore/detail/drakeify/jghnnbdihbclmobpcnplnmaiicdhpogl
Beschrijving Want to be friends with Drake?
Bestandsgrootte 181 KB
Aantal Installaties 28
Huidige Versie 0.1
Laatst Bijgewerkt 2015-02-02
Publicatiedatum 2015-02-02
Beoordeling 2.09/5 Totaal 11 Beoordelingen
Ontwikkelaar http://nolandchaliha.com
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}