Redacted

Redacted -

Redacted क्या है?

Redacted https://jamestomasino.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redacted -"।

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

screenshot

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

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

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

                        Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms.

Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.                    

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

नाम Redacted Redacted
ID bgfkfggjjpdconmpcdnenfffaeelhdom
आधिकारिक URL https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom
विवरण Redacted -
फ़ाइल का आकार 59.78 KB
स्थापना संख्या 378
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-03-06
प्रकाशन तिथि 2016-03-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://jamestomasino.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jamestomasino/redacted
सहायता पृष्ठ URL https://github.com/jamestomasino/redacted/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "James Tomasino",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Redacted",
        "default_icon": "icon128.png",
        "default_title": "Redacted"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Redacted - ",
    "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Redacted",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Redacted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "web_accessible_resources": [
        "fonts\/redacted-regular.eot",
        "fonts\/redacted-regular.svg",
        "fonts\/redacted-regular.ttf",
        "fonts\/redacted-regular.woff",
        "fonts\/redacted-regular.woff2"
    ]
}