Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

ما هو Imgur url to filmot switcher؟

Imgur url to filmot switcher هو إضافة Chrome تم تطويرها بواسطة Piotr Niziniecki، والميزة الرئيسية لها هي "This extension will search for imgur urls on page and replace them with filmot".

تحميل ملف CRX للإضافة Imgur url to filmot switcher

قم بتنزيل ملفات الامتداد Imgur url to filmot switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will search for all occurrences of imgur.com url (inside links and images) and will replace them with filmot.org url.                    

معلومات أساسية عن التمديد

الاسم Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
عنوان URL الرسمي https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
الوصف This extension will search for imgur urls on page and replace them with filmot
حجم الملف 3.26 KB
عدد التثبيتات 54
النسخة الحالية 0.1.0
آخر تحديث 2014-03-22
تاريخ النشر 2014-03-22
تقييم 4.33/5 مجموع تقييمات 3
المطور Piotr Niziniecki
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur url to filmot switcher",
    "description": "This extension will search for imgur urls on page and replace them with filmot",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filmot.js"
            ]
        }
    ]
}