Oddshot to Youtube on Reddit

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

Cos'è Oddshot to Youtube on Reddit?

Oddshot to Youtube on Reddit è un'estensione di Chrome sviluppata da tmarc666, e la sua funzione principale è "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Oddshot to Youtube on Reddit

Scarica i file di estensione Oddshot to Youtube on Reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
URL Ufficiale https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
Descrizione Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Dimensione del File 91.94 KB
Conteggio Installazioni 218
Versione Corrente 1.4
Ultimo Aggiornamento 2016-02-18
Data di Pubblicazione 2016-02-17
Valutazione 4.75/5 Totale 16 Valutazioni
Sviluppatore tmarc666
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}