Centralizer
Return YouTube back to centre of your browser window
Wat is Centralizer?
Centralizer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Return YouTube back to centre of your browser window".
Extensie Screenshots
Download het CRX-bestand van de extensie Centralizer
Download Centralizer-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
This little quickly built tool puts YouTube content back into the center of your desktop browser (or close enough) . Basisinformatie over de Extensie
| Naam | |
| ID | cehclcpdcdlhpcjcocnjkpegfgnokdhj |
| Officiële URL | https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj |
| Beschrijving | Return YouTube back to centre of your browser window |
| Bestandsgrootte | 45.7 KB |
| Aantal Installaties | 13 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2012-12-07 |
| Publicatiedatum | 2012-12-07 |
| Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"css\/centralizer.css"
],
"js": [
"js\/jquery.js",
"js\/underscore.js",
"js\/centralizerContentScript.js"
],
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_end"
}
],
"description": "Return YouTube back to centre of your browser window",
"icons": {
"128": "icons\/centralizer-128.png",
"32": "icons\/centralizer-32.png",
"48": "icons\/centralizer-48.png"
},
"name": "Centralizer",
"version": "0.2",
"manifest_version": 2
} | |