Crazy Unscramble
Unscramble photos when browsing Crazy Blind Date
What is Crazy Unscramble?
Crazy Unscramble is a Chrome extension developed by frausto, and its main feature is "Unscramble photos when browsing Crazy Blind Date".
Extension Screenshots
Download Crazy Unscramble Extension CRX File
Download Crazy Unscramble 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
When browsing through OkCupid's new feature "Crazy Blind Date" make sure you know what you're getting into. With Crazy Unscramble you can manually unscramble your potential date's picture.
Extension Basic Information
Name | Crazy Unscramble |
ID | cihoniciajjkpgcofnbhbpbkpkpgaimp |
Official URL | https://chromewebstore.google.com/detail/crazy-unscramble/cihoniciajjkpgcofnbhbpbkpkpgaimp |
Description | Unscramble photos when browsing Crazy Blind Date |
File Size | 77.5 KB |
Installation Count | 34 |
Current Version | 0.1.4 |
Last Updated | 2013-03-27 |
Publish Date | 2013-03-26 |
Rating | 3.67/5 Total 3 Ratings |
Developer | frausto |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crazy Unscramble", "version": "0.1.4", "manifest_version": 2, "description": "Unscramble photos when browsing Crazy Blind Date", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/okcupid.com\/crazyblinddate\/*", "https:\/\/okcupid.com\/crazyblinddate\/*", "http:\/\/www.okcupid.com\/crazyblinddate\/*", "https:\/\/www.okcupid.com\/crazyblinddate\/*" ], "css": [ "content.css" ], "js": [ "jquery-1.8.2.min.js", "content.js" ] } ], "web_accessible_resources": [ "puzzle.html" ], "page_action": { "default_icon": { "38": "icon38.png", "19": "icon38.png" }, "default_title": "Crazy Unscramble" } } |