Drakeify
Want to be friends with Drake?
什么是Drakeify?
Drakeify是由http://nolandchaliha.com开发的Chrome扩展程序,该扩展的主要功能是“Want to be friends with Drake?”。
扩展截图
下载Drakeify扩展crx文件
下载Drakeify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces every one of your friends with Drake.
扩展基本信息
名称 | |
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\/*" ] } |