Body of Work (BoW) for Reddit

Supercharge your /r/gonewild browsing!

Body of Work (BoW) for Reddit क्या है?

Body of Work (BoW) for Reddit BoW for Reddit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your /r/gonewild browsing!"।

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

screenshot
screenshot

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

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

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

                        NOTE: Body of Work (BoW) for Reddit has no affiliation with Reddit. Also, the extension itself contains no mature content, nor does it link to mature content.

Now, with a single click, you can open all submissions by a Reddit user to /r/gonewild and related subreddits. It also automatically highlights users who've posted to /r/gonewild and related subreddits as your browse Reddit. 

Don't worry, this extension does not save or transmit any data associated with your browsing.

This extension works in incognito mode, it just needs to be enabled on the chrome://extensions/ page in your browser.

Once installed, customize your preferences for subreddits to search for posts in, as well as the number of submissions to open with a single click.

Explanation of permissions:
Tabs: This permission is needed to open new tabs.
Storage: This permission is needed to store (on your device only) your preferences for the extension.

Report issues and/or request features here: [email protected]                    

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

नाम Body of Work (BoW) for Reddit Body of Work (BoW) for Reddit
ID gcljgfadfcojgncnmojndfdiedicbfoo
आधिकारिक URL https://chrome.google.com/webstore/detail/body-of-work-bow-for-redd/gcljgfadfcojgncnmojndfdiedicbfoo
विवरण Supercharge your /r/gonewild browsing!
फ़ाइल का आकार 157 KB
स्थापना संख्या 59
वर्तमान संस्करण 1.5
अंतिम अपडेट 2019-01-20
प्रकाशन तिथि 2019-01-20
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर BoW for Reddit
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Body of Work (BoW) for Reddit",
    "short_name": "BoW",
    "description": "Supercharge your \/r\/gonewild browsing!",
    "version": "1.5",
    "icons": {
        "16": "BoW_16.png",
        "48": "BoW_48.png",
        "128": "BoW_128.png"
    },
    "page_action": {
        "default_icon": "BoW_16.png",
        "default_title": "BoW for Reddit"
    },
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        "*:\/\/*.reddit.com\/",
        "storage",
        "tabs",
        "*:\/\/*.reddit.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/old.reddit.com\/r\/*",
                "https:\/\/old.reddit.com\/r\/*",
                "http:\/\/old.reddit.com\/",
                "https:\/\/old.reddit.com\/",
                "http:\/\/old.reddit.com\/#",
                "https:\/\/old.reddit.com\/#"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/old.reddit.com\/u\/*",
                "https:\/\/old.reddit.com\/u\/*",
                "http:\/\/old.reddit.com\/user\/*",
                "https:\/\/old.reddit.com\/user\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "content_script_user_page.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}