Reddit Hide Votes

Hide vote counts

Reddit Hide Votes क्या है?

Reddit Hide Votes https://deejdesigns.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide vote counts"।

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

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

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

                        Hide vote counts on reddit.                    

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

नाम Reddit Hide Votes Reddit Hide Votes
ID nmcaldfaheeenocpfcejfgbhlbpahmhe
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe
विवरण Hide vote counts
फ़ाइल का आकार 96.7 KB
स्थापना संख्या 41
वर्तमान संस्करण 0.0.12
अंतिम अपडेट 2017-01-15
प्रकाशन तिथि 2017-01-15
रेटिंग 3.25/5 कुल 12 रेटिंग्स
डेवलपर https://deejdesigns.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Hide Votes",
    "description": "Hide vote counts",
    "version": "0.0.12",
    "author": "DeejDesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}