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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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