Pause tube Download
Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.
Wat is Pause tube Download?
Pause tube Download is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pause tube Download
Download Pause tube Download-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 | Pause tube Download |
ID | nfjiahnofpcmmadijbpcahoigcjmcldo |
Officiële URL | https://chromewebstore.google.com/detail/pause-tube-download/nfjiahnofpcmmadijbpcahoigcjmcldo |
Beschrijving | Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site. |
Bestandsgrootte | 14.44 KB |
Aantal Installaties | 352 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2016-05-21 |
Publicatiedatum | 2016-05-20 |
Beoordeling | 3.92/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "default_locale": "en", "version": "0.1.4", "manifest_version": 2, "icons": { "128": "images\/icon128.png" }, "description": "__MSG_extDesc__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/page-script.js" ] } |