[DATA EXPUNGED]

A Google Chrome extension to hide text like SCP format.

[DATA EXPUNGED] क्या है?

[DATA EXPUNGED] tackme31 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Chrome extension to hide text like SCP format."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में [DATA EXPUNGED] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replace sentences or words with "███" or "[DATA EXPUNGED]" that contain pre-registered keywords. This extension will help you hide text you don't want to see.

## Features
- Mute HTML tags that contain words you don't want to see.
- See the original sentence by clicking the masked area.
- Specify target HTML tags to mute.
- Specify target sites to mute.
- Exporting and importing options.
- Set the selected text to be muted.
- Set the current site to mute.

## Release notes
### v0.2.0
- Now able to toggle enable/disable on the page you are looking at.
- The options' changes are reflected immediately.
- Validations are added to the options page.
- Dynamically rendered content is censored now.                    

एक्सटेंशन की मूल जानकारी

नाम [DATA EXPUNGED] [DATA EXPUNGED]
ID lmoeanpjjaliocmmbjloeiccpkoccado
आधिकारिक URL https://chromewebstore.google.com/detail/data-expunged/lmoeanpjjaliocmmbjloeiccpkoccado
विवरण A Google Chrome extension to hide text like SCP format.
फ़ाइल का आकार 139 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-02-21
प्रकाशन तिथि 2022-02-05
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर tackme31
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tackme31/data-expunged
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "version": "0.2.0",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.global.js"
    },
    "icons": {
        "16": ".\/assets\/icons\/16x16.png",
        "48": ".\/assets\/icons\/48x48.png",
        "128": ".\/assets\/icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": ".\/assets\/icons\/128x128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}