Oddshot to Youtube on Reddit

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

Wat is Oddshot to Youtube on Reddit?

Oddshot to Youtube on Reddit is een Chrome-extensie ontwikkeld door tmarc666, en de belangrijkste functie is "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Oddshot to Youtube on Reddit

Download Oddshot to Youtube on Reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
Officiële URL https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
Beschrijving Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Bestandsgrootte 91.94 KB
Aantal Installaties 218
Huidige Versie 1.4
Laatst Bijgewerkt 2016-02-18
Publicatiedatum 2016-02-17
Beoordeling 4.75/5 Totaal 16 Beoordelingen
Ontwikkelaar tmarc666
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}