xkcd Thread Muter

A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent.

xkcd Thread Muter क्या है?

xkcd Thread Muter Amber Yust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent."।

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

screenshot

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

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

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

                        This extension is specific to the xkcd forums ([forums, fora].xkcd.com).

It provides the equivalent of "foe" functionality for threads (rather than users). Individual threads can be muted, after which they will not show up in a forum's thread list (nor will they show up in egosearch or thread searches). If going directly to the URL of a muted thread, the posts in that thread will be faded to 10% opacity.

To mute a thread, simply click the speaker icon that shows up on the right side of the address bar when viewing that thread. (Clicking it again will unmute the thread.)

(Note: Posts in muted threads will still show up in post search results.)

======= New in 1.0.4 =======

- Fixed a bug with manifest v2.

======= New in 1.0.2 =======

- Option to only hide threads from egosearch, not from other places and no fading.                    

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

नाम xkcd Thread Muter xkcd Thread Muter
ID hbimklmglongflikhedfedomglcedlkb
आधिकारिक URL https://chromewebstore.google.com/detail/xkcd-thread-muter/hbimklmglongflikhedfedomglcedlkb
विवरण A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent.
फ़ाइल का आकार 59.22 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2013-06-15
प्रकाशन तिथि 2013-06-14
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Amber Yust
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd Thread Muter",
    "version": "1.0.4",
    "description": "A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent.",
    "icons": {
        "128": "mute.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/forums.xkcd.com\/",
        "http:\/\/fora.xkcd.com\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-1.6.2.min.js",
            "options.js",
            "muter.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "sound.png",
        "default_title": "Click to mute this thread"
    }
}