Drakeify
Want to be friends with Drake?
Apa itu Drakeify?
Drakeify adalah ekstensi Chrome yang dikembangkan oleh http://nolandchaliha.com, dan fitur utamanya adalah "Want to be friends with Drake?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Drakeify
Unduh file ekstensi Drakeify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Replaces every one of your friends with Drake.
Informasi Dasar Ekstensi
Nama | |
ID | jghnnbdihbclmobpcnplnmaiicdhpogl |
URL Resmi | https://chrome.google.com/webstore/detail/drakeify/jghnnbdihbclmobpcnplnmaiicdhpogl |
Deskripsi | Want to be friends with Drake? |
Ukuran File | 181 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-02-02 |
Tanggal Publikasi | 2015-02-02 |
Penilaian | 2.09/5 Total 11 Penilaian |
Pengembang | http://nolandchaliha.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |