Stop Watching Youtube
YouTube の視聴時間を制限します
Wat is Stop Watching Youtube?
Stop Watching Youtube is een Chrome-extensie ontwikkeld door TeramotoDaiki, en de belangrijkste functie is "YouTube の視聴時間を制限します".
Extensie Screenshots
Download het CRX-bestand van de extensie Stop Watching Youtube
Download Stop Watching Youtube-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
YouTube を視聴できる時間を制限することができます。まずは、拡張機能のオプションから、視聴して良い時間を設定してください
Basisinformatie over de Extensie
Naam | Stop Watching Youtube |
ID | apijflpiliibpaeafcafebcedpolhnnf |
Officiële URL | https://chromewebstore.google.com/detail/stop-watching-youtube/apijflpiliibpaeafcafebcedpolhnnf |
Beschrijving | YouTube の視聴時間を制限します |
Bestandsgrootte | 12.67 KB |
Aantal Installaties | 1,192 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-06-18 |
Publicatiedatum | 2019-06-17 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | TeramotoDaiki |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |