Pokedex
Turn's facebook into a Pokedex.
Apa itu Pokedex?
Pokedex adalah ekstensi Chrome yang dikembangkan oleh #13point7, dan fitur utamanya adalah "Turn's facebook into a Pokedex.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pokedex
Unduh file ekstensi Pokedex 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
Theme your Facebook to look like a Pokedex!
Informasi Dasar Ekstensi
Nama | Pokedex |
ID | ffklcjpfiebfalmeoinanhleefmgmfnc |
URL Resmi | https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc |
Deskripsi | Turn's facebook into a Pokedex. |
Ukuran File | 48.84 KB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 0.0.63 |
Terakhir Diperbarui | 2014-08-02 |
Tanggal Publikasi | 2014-08-02 |
Penilaian | 2.17/5 Total 18 Penilaian |
Pengembang | #13point7 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokedex", "version": "0.0.63", "manifest_version": 2, "description": "Turn's facebook into a Pokedex.", "icons": { "64": "images\/facebook-like-button.png" }, "web_accessible_resources": [ "images\/*.png", "styles\/fonts\/*.*" ], "permissions": [ "https:\/\/*.facebook.com\/" ], "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |