Focus Tools
Focus Tools
Wat is Focus Tools?
Focus Tools is een Chrome-extensie ontwikkeld door briancliftonstudio, en de belangrijkste functie is "Focus Tools".
Extensie Screenshots
Download het CRX-bestand van de extensie Focus Tools
Download Focus Tools-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
Focus Tools is a helpful browser extension to help you focus when watching educational videos on YouTube. It is based on research from universities. Focus Tools works by replacing all YouTube videos with a gif designed to heighten the flow of cognition. Navigate to an educational video on YouTube.com to accelerate your learning now!
Basisinformatie over de Extensie
Naam | |
ID | jfokpamepfdamfdaechaigpbicidpooa |
Officiële URL | https://chrome.google.com/webstore/detail/focus-tools/jfokpamepfdamfdaechaigpbicidpooa |
Beschrijving | Focus Tools |
Bestandsgrootte | 440 KB |
Aantal Installaties | 50 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2014-11-17 |
Publicatiedatum | 2014-11-17 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | briancliftonstudio |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus Tools", "version": "0.0.2", "manifest_version": 2, "description": "Focus Tools", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "scripts\/jquery.js", "scripts\/content_script.js" ] } ], "content_security_policy": "script-src 'self' http:\/\/localhost; object-src 'self' http:\/\/localhost", "incognito": "split", "offline_enabled": false, "permissions": [ "tabs" ], "web_accessible_resources": [ "manifest.json", "gif.gif" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |