Pokedex
Turn's facebook into a Pokedex.
What is Pokedex?
Pokedex is a Chrome extension developed by #13point7, and its main feature is "Turn's facebook into a Pokedex.".
Extension Screenshots
Download Pokedex Extension CRX File
Download Pokedex 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
Theme your Facebook to look like a Pokedex!
Extension Basic Information
Name | Pokedex |
ID | ffklcjpfiebfalmeoinanhleefmgmfnc |
Official URL | https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc |
Description | Turn's facebook into a Pokedex. |
File Size | 48.84 KB |
Installation Count | 78 |
Current Version | 0.0.63 |
Last Updated | 2014-08-02 |
Publish Date | 2014-08-02 |
Rating | 2.17/5 Total 18 Ratings |
Developer | #13point7 |
Payment Type | free |
Supported Languages | 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 } ] } |