Manipulation with comments on dtf, tj, vc
Manipulation with comments on dtf, tj, vc
What is Manipulation with comments on dtf, tj, vc?
Manipulation with comments on dtf, tj, vc is a Chrome extension developed by PixelCatman, and its main feature is "Manipulation with comments on dtf, tj, vc".
Extension Screenshots
Download Manipulation with comments on dtf, tj, vc Extension CRX File
Download Manipulation with comments on dtf, tj, vc 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
Manipulation with comments on dtf, tj, vc. Chrome extension for the comment section of websites "dtf.ru", "tjournal.ru", "vc.ru". Features: - Hide comments block on news pages and instead of block, add a picture with the phrase "who will save your soul?".
Extension Basic Information
Name | Manipulation with comments on dtf, tj, vc |
ID | lkkdcmnaoijhbeoonhibdbkalndpkalp |
Official URL | https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp |
Description | Manipulation with comments on dtf, tj, vc |
File Size | 21.65 KB |
Installation Count | 82 |
Current Version | 3.3.3 |
Last Updated | 2023-04-16 |
Publish Date | 2021-04-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | PixelCatman |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Manipulation with comments on dtf, tj, vc", "description": "Manipulation with comments on dtf, tj, vc", "version": "3.3.3", "author": "Save Your Soul", "action": { "default_title": "Manipulation with comments on dtf, tj, vc", "default_icon": "icon16.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/dtf.ru\/*", "https:\/\/tjournal.ru\/*", "https:\/\/vc.ru\/*", "https:\/\/new.dtf.ru\/*" ], "js": [ "content.js", "popup.js" ] } ], "permissions": [ "tabs", "storage" ] } |