Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Vad är Youtube-No-Suggestions?

Youtube-No-Suggestions är en Chrome-tillägg utvecklad av msbrown, och dess huvudfunktion är "Removes suggested videos from the Youtube interface.".

Ladda ner Youtube-No-Suggestions-förlängningens CRX-fil

Ladda ner Youtube-No-Suggestions-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

                        Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com                    

Grundläggande Information om Tillägg

Namn Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
Officiell webbadress https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Beskrivning Removes suggested videos from the Youtube interface.
Filstorlek 3.15 KB
Antal Installationer 25
Aktuell Version 1.0
Senast Uppdaterad 2017-05-29
Publiceringsdatum 2017-05-28
Utvecklare msbrown
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/mbrown1413/Youtube-No-Suggest
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removes suggested videos from the Youtube interface.",
    "manifest_version": 2,
    "name": "Youtube-No-Suggestions",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "remove_suggestions.css"
            ]
        }
    ]
}