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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tmarc666, και η κύρια λειτουργία του είναι "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Oddshot to Youtube on Reddit

Λήψη αρχείων επέκτασης Oddshot to Youtube on Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}