Stop Watching Youtube
YouTube の視聴時間を制限します
What is Stop Watching Youtube?
Stop Watching Youtube is a Chrome extension developed by TeramotoDaiki, and its main feature is "YouTube の視聴時間を制限します".
Extension Screenshots
Download Stop Watching Youtube Extension CRX File
Download Stop Watching Youtube 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
YouTube を視聴できる時間を制限することができます。まずは、拡張機能のオプションから、視聴して良い時間を設定してください
Extension Basic Information
Name | Stop Watching Youtube |
ID | apijflpiliibpaeafcafebcedpolhnnf |
Official URL | https://chromewebstore.google.com/detail/stop-watching-youtube/apijflpiliibpaeafcafebcedpolhnnf |
Description | YouTube の視聴時間を制限します |
File Size | 12.67 KB |
Installation Count | 1,192 |
Current Version | 1.1 |
Last Updated | 2019-06-18 |
Publish Date | 2019-06-17 |
Rating | 3.67/5 Total 3 Ratings |
Developer | TeramotoDaiki |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Watching Youtube", "version": "1.1", "description": "YouTube \u306e\u8996\u8074\u6642\u9593\u3092\u5236\u9650\u3057\u307e\u3059", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "youtube.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |