YouTube Distraction Remover
Remove the feed and sidebar on YouTube to free up your time
Vad är YouTube Distraction Remover?
YouTube Distraction Remover är en Chrome-tillägg utvecklad av Will S, och dess huvudfunktion är "Remove the feed and sidebar on YouTube to free up your time".
Tilläggsskärmbilder
Ladda ner YouTube Distraction Remover-förlängningens CRX-fil
Ladda ner YouTube Distraction Remover-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
Grundläggande Information om Tillägg
| Namn | |
| ID | neabcchaoiabjmjmnaljajpjoinhpkln |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln |
| Beskrivning | Remove the feed and sidebar on YouTube to free up your time |
| Filstorlek | 44.21 KB |
| Antal Installationer | 706 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2016-10-14 |
| Publiceringsdatum | 2016-10-14 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Will S |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Distraction Remover",
"description": "Remove the feed and sidebar on YouTube to free up your time",
"version": "0.2",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"http:\/\/www.youtube.com\/*"
],
"run_at": "document_start",
"js": [
"jquery-3.1.0.min.js",
"content.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
}
}
} | |