Clock for Netflix
show clock on Netflix video screen
What is Clock for Netflix?
Clock for Netflix is a Chrome extension developed by hkmung, and its main feature is "show clock on Netflix video screen".
Extension Screenshots
Download Clock for Netflix Extension CRX File
Download Clock for Netflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
show clock on Netflix video screen
Extension Basic Information
Name | |
ID | jkeadlenejndleaknlfpnfnnoeackbce |
Official URL | https://chrome.google.com/webstore/detail/clock-for-netflix/jkeadlenejndleaknlfpnfnnoeackbce |
Description | show clock on Netflix video screen |
File Size | 40.07 KB |
Installation Count | 23 |
Current Version | 3 |
Last Updated | 2020-02-18 |
Publish Date | 2020-02-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hkmung |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock for Netflix", "version": "3", "manifest_version": 2, "description": "show clock on Netflix video screen", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/www.netflix.com\/*", "https:\/\/www.netflix.com\/watch\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.netflix.com\/watch\/*" ], "css": [ "css\/app.css" ], "js": [ "js\/jquery.js", "js\/app.js" ] } ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } } } |