Crazy Unscramble
Unscramble photos when browsing Crazy Blind Date
什么是Crazy Unscramble?
Crazy Unscramble是由frausto开发的Chrome扩展程序,该扩展的主要功能是“Unscramble photos when browsing Crazy Blind Date”。
扩展截图
下载Crazy Unscramble扩展crx文件
下载Crazy Unscramble扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Crazy Unscramble |
ID | cihoniciajjkpgcofnbhbpbkpkpgaimp |
官方URL | https://chromewebstore.google.com/detail/crazy-unscramble/cihoniciajjkpgcofnbhbpbkpkpgaimp |
简介 | Unscramble photos when browsing Crazy Blind Date |
文件大小 | 77.5 KB |
安装次数 | 34 |
当前版本 | 0.1.4 |
更新时间 | 2013-03-27 |
上架时间 | 2013-03-26 |
评分 | 3.67/5 共3次评分 |
开发者 | frausto |
付费类型 | free |
支持的语言 | 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" } } |