NPR one
NPRone : autoplay, speed up audio, and more
Qu'est-ce que NPR one ?
NPR one est une extension Chrome développée par Harold Martin, et sa fonction principale est "NPRone : autoplay, speed up audio, and more".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NPR one
Téléchargez les fichiers d'extension NPR one au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* Right click to set play back speed between 0.75x and 2x * Play / pause button in browser toolbar * Now playing notifications with Next and Read buttons * Autoplay
Informations de Base sur l'Extension
Nom | NPR one |
ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
URL Officiel | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
Description | NPRone : autoplay, speed up audio, and more |
Taille du Fichier | 22.29 KB |
Nombre d'Installations | 1,435 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2018-03-03 |
Date de Publication | 2018-03-03 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | Harold Martin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPR one", "description": "NPRone : autoplay, speed up audio, and more", "version": "1.1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "contextMenus", "alarms", "background", "notifications", "*:\/\/*.npr.org\/*" ], "web_accessible_resources": [ "background.js" ], "browser_action": { "default_icon": "img\/favicon-32x32.png" }, "content_scripts": [ { "matches": [ "*:\/\/one.npr.org\/*" ], "js": [ "npr.js" ] } ], "icons": { "16": "img\/favicon-16x16.png", "48": "img\/favicon-48x48.png", "128": "img\/favicon-128x128.png" }, "manifest_version": 2 } |