TubeFresher
Auto search on youtube
Wat is TubeFresher?
TubeFresher is een Chrome-extensie ontwikkeld door http://www.andrefilipin.com.br, en de belangrijkste functie is "Auto search on youtube".
Extensie Screenshots
Download het CRX-bestand van de extensie TubeFresher
Download TubeFresher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When adding searches you will be automatically notified when a new video is inserted with the same terms.
Basisinformatie over de Extensie
Naam | |
ID | cmigbfihklipdhoaoanebgljooohbkbm |
Officiële URL | https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm |
Beschrijving | Auto search on youtube |
Bestandsgrootte | 227 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-04-30 |
Publicatiedatum | 2014-04-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.andrefilipin.com.br |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |