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 |
Eメール | [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" ] } |