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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manipulation with comments on dtf, tj, vc"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Manipulation with comments on dtf, tj, vc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |