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\/*" ] } |