Oddshot to Youtube on Reddit

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

Vad är Oddshot to Youtube on Reddit?

Oddshot to Youtube on Reddit är en Chrome-tillägg utvecklad av tmarc666, och dess huvudfunktion är "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".

Tilläggsskärmbilder

screenshot

Ladda ner Oddshot to Youtube on Reddit-förlängningens CRX-fil

Ladda ner Oddshot to Youtube on Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
Officiell webbadress https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
Beskrivning Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Filstorlek 91.94 KB
Antal Installationer 218
Aktuell Version 1.4
Senast Uppdaterad 2016-02-18
Publiceringsdatum 2016-02-17
Betyg 4.75/5 Totalt 16 Betyg
Utvecklare tmarc666
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}