Youtube Watch

You can watch Youtube videos in the browser

Vad är Youtube Watch?

Youtube Watch är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "You can watch Youtube videos in the browser".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube Watch-förlängningens CRX-fil

Ladda ner Youtube Watch-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

                        You can watch YouTube videos in the browser.  When you paste the video it will automatically play.  You can also go backwards and forwards from older videos.                    

Grundläggande Information om Tillägg

Namn Youtube Watch Youtube Watch
ID fcfhggaefkeoedhghndenbdhgpmimflb
Officiell webbadress https://chromewebstore.google.com/detail/youtube-watch/fcfhggaefkeoedhghndenbdhgpmimflb
Beskrivning You can watch Youtube videos in the browser
Filstorlek 81.06 KB
Antal Installationer 62
Aktuell Version 1.1
Senast Uppdaterad 2015-11-25
Publiceringsdatum 2015-11-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/cemcnaughton/youtube-watch-extension
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Watch",
    "description": "You can watch Youtube videos in the browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "watchicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}