Oddshot to Youtube on Reddit

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

Hvad er Oddshot to Youtube on Reddit?

Oddshot to Youtube on Reddit er en Chrome-udvidelse udviklet af tmarc666, og dens hovedfunktion er "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".

Udvidelsesskærmbilleder

screenshot

Download Oddshot to Youtube on Reddit-udvidelses-CRX-fil

Download Oddshot to Youtube on Reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
Officiel URL https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
Beskrivelse Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Filstørrelse 91.94 KB
Antal Installationer 218
Nuværende Version 1.4
Senest Opdateret 2016-02-18
Udgivelsesdato 2016-02-17
Bedømmelse 4.75/5 Samlet 16 Bedømmelser
Udvikler tmarc666
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}