Focus Only Youtube
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Vad är Focus Only Youtube?
Focus Only Youtube är en Chrome-tillägg utvecklad av yeungtsunw, och dess huvudfunktion är "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…".
Tilläggsskärmbilder
Ladda ner Focus Only Youtube-förlängningens CRX-fil
Ladda ner Focus Only Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and reroute you to “focus music” after reaching daily video limit
Grundläggande Information om Tillägg
Namn | |
ID | dmijcnhkoikmggpghahdjdhiahkkneki |
Officiell webbadress | https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki |
Beskrivning | Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and… |
Filstorlek | 88.09 KB |
Antal Installationer | 512 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-09-14 |
Publiceringsdatum | 2017-09-14 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | yeungtsunw |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Only Youtube", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabCapture", "tabs", "storage", "desktopCapture", "webNavigation", "activeTab" ] } |