Draw Comment
Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…
What is Draw Comment?
Draw Comment is a Chrome extension developed by http://drawcomment.com, and its main feature is "Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…".
Extension Screenshots
Download Draw Comment Extension CRX File
Download Draw Comment 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
Extension Basic Information
Name | |
ID | cpbbdnhpadbddomckdoghicjmiknllal |
Official URL | https://chrome.google.com/webstore/detail/draw-comment/cpbbdnhpadbddomckdoghicjmiknllal |
Description | Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.… |
File Size | 695 KB |
Installation Count | 207 |
Current Version | 3.64 |
Last Updated | 2013-11-25 |
Publish Date | 2013-11-25 |
Rating | 3.89/5 Total 9 Ratings |
Developer | http://drawcomment.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Draw Comment", "short_name": "Draw Comment", "version": "3.64", "permissions": [ "tabs", "storage", "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "page": "bg.htm", "persistent": true }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "jquery-1.7.2.min.js", "farbic.1.1.min.js", "spin.min.js", "main.js", "paintFabric.js", "proxy.js", "colorpicker.js", "moudles.js" ], "css": [ "dc.css", "colorpicker.css", "fonts.css" ], "all_frames": false } ], "web_accessible_resources": [ "img\/paintBtn.png", "img\/pencil32.png", "img\/pencil32w.png", "img\/pencil32g.png", "img\/pencil32g39.png", "img\/kiss32.png", "img\/heart32.png", "img\/callout_left.png", "img\/callout_right.png", "img\/txt32.png", "img\/txt32w.png", "img\/txt32g.png", "img\/txt32g39.png", "img\/rect32.png", "img\/circle32.png", "img\/save32.png", "img\/transparent.png", "img\/transparentGrad.png", "img\/palletThumb.png", "img\/drawing-icon.png", "postMessageLinstener.js", "img\/progressBar.gif", "img\/cursor-pencil.png", "img\/redo.png", "img\/share40.png", "img\/undo.png", "img\/undo2.png", "img\/fx32.png", "img\/jquery.minicolors.png", "img\/comment.png", "img\/clear.png", "img\/clear20.png", "img\/text-shadow.png", "img\/pencil.cur", "img\/svg\/callout_left.svg", "img\/svg\/callout_right.svg" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |