Manipulation with comments on dtf, tj, vc
Manipulation with comments on dtf, tj, vc
什么是Manipulation with comments on dtf, tj, vc?
Manipulation with comments on dtf, tj, vc是由PixelCatman开发的Chrome扩展程序,该扩展的主要功能是“Manipulation with comments on dtf, tj, vc”。
扩展截图
下载Manipulation with comments on dtf, tj, vc扩展crx文件
下载Manipulation with comments on dtf, tj, vc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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?".
扩展基本信息
名称 | Manipulation with comments on dtf, tj, vc |
ID | lkkdcmnaoijhbeoonhibdbkalndpkalp |
官方URL | https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp |
简介 | Manipulation with comments on dtf, tj, vc |
文件大小 | 21.65 KB |
安装次数 | 82 |
当前版本 | 3.3.3 |
更新时间 | 2023-04-16 |
上架时间 | 2021-04-04 |
评分 | 5.00/5 共2次评分 |
开发者 | PixelCatman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |