TubeFresher

Auto search on youtube

Vad är TubeFresher?

TubeFresher är en Chrome-tillägg utvecklad av http://www.andrefilipin.com.br, och dess huvudfunktion är "Auto search on youtube".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TubeFresher-förlängningens CRX-fil

Ladda ner TubeFresher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TubeFresher TubeFresher
ID cmigbfihklipdhoaoanebgljooohbkbm
Officiell webbadress https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm
Beskrivning Auto search on youtube
Filstorlek 227 KB
Antal Installationer 11
Aktuell Version 1.1
Senast Uppdaterad 2014-04-30
Publiceringsdatum 2014-04-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.andrefilipin.com.br
Betalningssätt free
Stödda Språk 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"
    }
}