DTF User Remarks
Mark users so you never forget what they have done
What is DTF User Remarks?
DTF User Remarks is a Chrome extension developed by Mike Kozlov, and its main feature is "Mark users so you never forget what they have done".
Extension Screenshots
Download DTF User Remarks Extension CRX File
Download DTF User Remarks 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
Sometimes it's hard to keep in memory all your haters, so with power of this extension you can mark them and dislike all their comment you come across.
Extension Basic Information
Name | DTF User Remarks |
ID | hdmglebiilojhbhgjefeodhkniapjjhm |
Official URL | https://chromewebstore.google.com/detail/dtf-user-remarks/hdmglebiilojhbhgjefeodhkniapjjhm |
Description | Mark users so you never forget what they have done |
File Size | 489 KB |
Installation Count | 96 |
Current Version | 0.1.1 |
Last Updated | 2022-11-28 |
Publish Date | 2021-08-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Mike Kozlov |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Mark users so you never forget what they have done", "version": "0.1.1", "manifest_version": 3, "name": "DTF User Remarks", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/dtf.ru\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/dtf.ru\/" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |