dou-sort-comments
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
What is dou-sort-comments?
dou-sort-comments is a Chrome extension developed by Iryna Volkodav, and its main feature is "dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).".
Extension Screenshots
Download dou-sort-comments Extension CRX File
Download dou-sort-comments 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
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/). Extension Basic Information
| Name | |
| ID | inomcbdkomlbognphleededehadkpcfe |
| Official URL | https://chromewebstore.google.com/detail/dou-sort-comments/inomcbdkomlbognphleededehadkpcfe |
| Description | dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/). |
| File Size | 11.95 KB |
| Installation Count | 47 |
| Current Version | 0.13 |
| Last Updated | 2014-07-15 |
| Publish Date | 2014-07-15 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Iryna Volkodav |
| Payment Type | free |
| Extension Website | http://dou.ua/ |
| Help Page URL | http://dou.ua/forums/topic/10383/ |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.13",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/dou.ua\/forums\/topic\/*"
],
"css": [
"styles\/main.css"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"images\/*",
"styles\/*",
"bower_components\/jquery\/*",
"scripts\/*"
]
} | |