Drakeify
Want to be friends with Drake?
What is Drakeify?
Drakeify is a Chrome extension developed by http://nolandchaliha.com, and its main feature is "Want to be friends with Drake?".
Extension Screenshots
Download Drakeify Extension CRX File
Download Drakeify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces every one of your friends with Drake.
Extension Basic Information
Name | |
ID | jghnnbdihbclmobpcnplnmaiicdhpogl |
Official URL | https://chrome.google.com/webstore/detail/drakeify/jghnnbdihbclmobpcnplnmaiicdhpogl |
Description | Want to be friends with Drake? |
File Size | 181 KB |
Installation Count | 28 |
Current Version | 0.1 |
Last Updated | 2015-02-02 |
Publish Date | 2015-02-02 |
Rating | 2.09/5 Total 11 Ratings |
Developer | http://nolandchaliha.com |
Payment Type | free |
Supported Languages | 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\/*" ] } |