TubeFresher

Auto search on youtube

What is TubeFresher?

TubeFresher is a Chrome extension developed by http://www.andrefilipin.com.br, and its main feature is "Auto search on youtube".

Extension Screenshots

screenshot
screenshot

Download TubeFresher Extension CRX File

Download TubeFresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TubeFresher TubeFresher
ID cmigbfihklipdhoaoanebgljooohbkbm
Official URL https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm
Description Auto search on youtube
File Size 227 KB
Installation Count 11
Current Version 1.1
Last Updated 2014-04-30
Publish Date 2014-04-30
Rating 5.00/5 Total 1 Ratings
Developer http://www.andrefilipin.com.br
Payment Type free
Supported Languages 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"
    }
}