Leprosorium comments size and color
Увеличивает размер и меняет цвет шрифта оценки в зависимости от рейтинга. Делает оценку O белой.
What is Leprosorium comments size and color?
Leprosorium comments size and color is a Chrome extension developed by Rpsl, and its main feature is "Увеличивает размер и меняет цвет шрифта оценки в зависимости от рейтинга. Делает оценку O белой.".
Extension Screenshots
Download Leprosorium comments size and color Extension CRX File
Download Leprosorium comments size and color 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
Увеличивает размер и меняет цвет шрифта оценки в зависимости от рейтинга. Делает оценку 0 белой.
Extension Basic Information
Name | |
ID | hifokgbjppemjegoenboaijfahmhibem |
Official URL | https://chrome.google.com/webstore/detail/leprosorium-comments-size/hifokgbjppemjegoenboaijfahmhibem |
Description | Увеличивает размер и меняет цвет шрифта оценки в зависимости от рейтинга. Делает оценку O белой. |
File Size | 61.35 KB |
Installation Count | 16 |
Current Version | 2.0 |
Last Updated | 2014-05-13 |
Publish Date | 2014-05-13 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Rpsl |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/leprosorium.ru\/comments\/*", "http:\/\/*.leprosorium.ru\/comments\/*" ], "js": [ "script.js" ], "run_at": "document_idle" } ], "background": { "persistent": false, "scripts": [ "script.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "converted_from_user_script": true, "description": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0440\u0430\u0437\u043c\u0435\u0440 \u0438 \u043c\u0435\u043d\u044f\u0435\u0442 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043e\u0446\u0435\u043d\u043a\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0430. \u0414\u0435\u043b\u0430\u0435\u0442 \u043e\u0446\u0435\u043d\u043a\u0443 O \u0431\u0435\u043b\u043e\u0439.", "name": "Leprosorium comments size and color", "version": "2.0", "manifest_version": 2 } |