Controls for YouTube
A Chrome extension that provides useful controls and options for open YouTube tabs.
Wat is Controls for YouTube?
Controls for YouTube is een Chrome-extensie ontwikkeld door http://jamesturner.im, en de belangrijkste functie is "A Chrome extension that provides useful controls and options for open YouTube tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Controls for YouTube
Download Controls for YouTube-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
Basisinformatie over de Extensie
Naam | |
ID | ifhhlbbnclgidbapibofmfoifooibiad |
Officiële URL | https://chrome.google.com/webstore/detail/controls-for-youtube/ifhhlbbnclgidbapibofmfoifooibiad |
Beschrijving | A Chrome extension that provides useful controls and options for open YouTube tabs. |
Bestandsgrootte | 19.48 KB |
Aantal Installaties | 57 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-08-19 |
Publicatiedatum | 2013-08-19 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://jamesturner.im |
Betalingswijze | free |
Extensiewebsite | http://jamesturner.im/controls-for-youtube |
Help Pagina-URL | http://jamesturner.im/controls-for-youtube |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Controls for YouTube", "description": "A Chrome extension that provides useful controls and options for open YouTube tabs.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "James Turner", "homepage_url": "http:\/\/jamesturner.im\/controls-for-youtube", "permissions": [ "tabs", "*:\/\/*.youtube.com\/watch*", "*:\/\/*.youtube.com\/results*" ], "web_accessible_resources": [ "js\/*.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*", "*:\/\/*.youtube.com\/results*" ], "js": [ "js\/controls.js" ], "css": [ "css\/style.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |