Manipulation with comments on dtf, tj, vc
Manipulation with comments on dtf, tj, vc
Co to jest Manipulation with comments on dtf, tj, vc?
Manipulation with comments on dtf, tj, vc to rozszerzenie Chrome opracowane przez PixelCatman, a jego główną funkcją jest „Manipulation with comments on dtf, tj, vc”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Manipulation with comments on dtf, tj, vc
Pobierz pliki rozszerzeń Manipulation with comments on dtf, tj, vc w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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?".
Podstawowe informacje o rozszerzeniu
Nazwa | Manipulation with comments on dtf, tj, vc |
ID | lkkdcmnaoijhbeoonhibdbkalndpkalp |
Oficjalny URL | https://chromewebstore.google.com/detail/manipulation-with-comment/lkkdcmnaoijhbeoonhibdbkalndpkalp |
Opis | Manipulation with comments on dtf, tj, vc |
Rozmiar pliku | 21.65 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 3.3.3 |
Ostatnia Aktualizacja | 2023-04-16 |
Data Publikacji | 2021-04-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | PixelCatman |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |