d3.ru user notes
Удобный просмотр заметок в профилях пользователей на d3.ru.
What is d3.ru user notes?
d3.ru user notes is a Chrome extension developed by eugenefromtheinternet, and its main feature is "Удобный просмотр заметок в профилях пользователей на d3.ru.".
Extension Screenshots
Download d3.ru user notes Extension CRX File
Download d3.ru user notes 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 | jdgadhcgogahmnaaidbcaekanhenlbod |
Official URL | https://chromewebstore.google.com/detail/d3ru-user-notes/jdgadhcgogahmnaaidbcaekanhenlbod |
Description | Удобный просмотр заметок в профилях пользователей на d3.ru. |
File Size | 4.09 KB |
Installation Count | 90 |
Current Version | 1.3 |
Last Updated | 2018-07-15 |
Publish Date | 2018-07-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | eugenefromtheinternet |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "d3.ru user notes", "version": "1.3", "description": "\u0423\u0434\u043e\u0431\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0437\u0430\u043c\u0435\u0442\u043e\u043a \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u044f\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0430 d3.ru.", "manifest_version": 2, "permissions": [ "*:\/\/d3.ru\/user\/*" ], "content_scripts": [ { "matches": [ "*:\/\/d3.ru\/user\/*" ], "js": [ "notes.js" ] } ] } |