Oddshot to Youtube on Reddit

Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.

Oddshot to Youtube on Reddit क्या है?

Oddshot to Youtube on Reddit tmarc666 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented."।

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

screenshot

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

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

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

                        This extension will modify Oddshot urls to be Youtube urls if the Oddshot Bot commented in the comment section(top section) on Reddit. Added caching, use of the Oddshotbot api, Expandos, and the original oddshot link.                    

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

नाम Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
आधिकारिक URL https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
विवरण Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
फ़ाइल का आकार 91.94 KB
स्थापना संख्या 218
वर्तमान संस्करण 1.4
अंतिम अपडेट 2016-02-18
प्रकाशन तिथि 2016-02-17
रेटिंग 4.75/5 कुल 16 रेटिंग्स
डेवलपर tmarc666
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oddshot to Youtube on Reddit",
    "description": "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Oddshot->Youtube"
    },
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery.js",
                "lscache.js",
                "myscript.js"
            ]
        }
    ]
}