Mitbbs and Huaren Youtube Auto Post

This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum

Τι είναι το Mitbbs and Huaren Youtube Auto Post;

Το Mitbbs and Huaren Youtube Auto Post είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον linfzh, και η κύρια λειτουργία του είναι "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Mitbbs and Huaren Youtube Auto Post

Λήψη αρχείων επέκτασης Mitbbs and Huaren Youtube Auto Post σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        MITBBS Youtube link automatic converter.

It will convert youtube links from its original format to the embed format accepted by mitbbs.

Example:
Original format: https://www.youtube.com/watch?v=peiiLCCG_Ng
will be converted to mitbbs format: vhttp://www.youtube.com/v/peiiLCCG_Ng                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
Επίσημο URL https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Περιγραφή This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Μέγεθος Αρχείου 38.16 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2015-04-14
Ημερομηνία Δημοσίευσης 2015-04-13
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής linfzh
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mitbbs and Huaren Youtube Auto Post",
    "description": "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum",
    "version": "1.6",
    "icons": {
        "128": "icon.webp"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forums.huaren.us\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "huaren.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mitbbs.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "mitbbs.js"
            ]
        }
    ]
}