Focus Tools
Focus Tools
Apa itu Focus Tools?
Focus Tools adalah ekstensi Chrome yang dikembangkan oleh briancliftonstudio, dan fitur utamanya adalah "Focus Tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Focus Tools
Unduh file ekstensi Focus Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | jfokpamepfdamfdaechaigpbicidpooa |
URL Resmi | https://chrome.google.com/webstore/detail/focus-tools/jfokpamepfdamfdaechaigpbicidpooa |
Deskripsi | Focus Tools |
Ukuran File | 440 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2014-11-17 |
Tanggal Publikasi | 2014-11-17 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | briancliftonstudio |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |