Manipulation with comments on dtf, tj, vc
Manipulation with comments on dtf, tj, vc
Co je Manipulation with comments on dtf, tj, vc?
Manipulation with comments on dtf, tj, vc je rozšíření Chrome vyvinuté PixelCatman, a jeho hlavní funkcí je „Manipulation with comments on dtf, tj, vc“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Manipulation with comments on dtf, tj, vc
Stáhněte si soubory rozšíření Manipulation with comments on dtf, tj, vc ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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?".
Základní Informace o Rozšíření
Název | Manipulation with comments on dtf, tj, vc |
ID | lkkdcmnaoijhbeoonhibdbkalndpkalp |
Oficiální URL | https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp |
Popis | Manipulation with comments on dtf, tj, vc |
Velikost souboru | 21.65 KB |
Počet instalací | 82 |
Aktuální Verze | 3.3.3 |
Poslední Aktualizace | 2023-04-16 |
Datum Vydání | 2021-04-04 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | PixelCatman |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |