TubeFresher

Auto search on youtube

ما هو TubeFresher؟

TubeFresher هو إضافة Chrome تم تطويرها بواسطة http://www.andrefilipin.com.br، والميزة الرئيسية لها هي "Auto search on youtube".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة TubeFresher

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

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

                        When adding searches you will be automatically notified when a new video is inserted with the same terms.                    

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

الاسم TubeFresher TubeFresher
ID cmigbfihklipdhoaoanebgljooohbkbm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm
الوصف Auto search on youtube
حجم الملف 227 KB
عدد التثبيتات 11
النسخة الحالية 1.1
آخر تحديث 2014-04-30
تاريخ النشر 2014-04-30
تقييم 5.00/5 مجموع تقييمات 1
المطور http://www.andrefilipin.com.br
نوع الدفع free
اللغات المدعومة en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.1",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery-1.11.0.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/www.andrefilipin.com.br\/*"
    ],
    "browser_action": {
        "default_title": "TubeFresher",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons48.png"
        }
    },
    "icons": {
        "16": "icons16.png",
        "48": "icons48.png",
        "128": "icons128.png"
    }
}