YouTube Spacebar pausing

Pause videos on page load with the space bar

Hvad er YouTube Spacebar pausing?

YouTube Spacebar pausing er en Chrome-udvidelse udviklet af D3.io, og dens hovedfunktion er "Pause videos on page load with the space bar".

Download YouTube Spacebar pausing-udvidelses-CRX-fil

Download YouTube Spacebar pausing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This enables you to use the spacebar to pause YouTube videos as soon as the page has loaded. YouTube usually requires that you first manually pause the video by clicking the pause button before the spacebar trick works. This will enable you to use the spacebar to pause a YouTube video whenever you feel like!


CHANGELOG
---------

1.3 
- Fixed form focus issue, preventing you from using spaces in the search bar

1.2
- Fixed issue with pausing when writing a comment

1.1
- Fixed YouTube fullscreen issue

1.0
- Released!                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Spacebar pausing YouTube Spacebar pausing
ID bkpindoeklkmcchcidehelnihghppcdg
Officiel URL https://chrome.google.com/webstore/detail/youtube-spacebar-pausing/bkpindoeklkmcchcidehelnihghppcdg
Beskrivelse Pause videos on page load with the space bar
Filstørrelse 23.57 KB
Antal Installationer 28
Nuværende Version 1.3.0
Senest Opdateret 2016-07-05
Udgivelsesdato 2016-07-05
Bedømmelse 3.38/5 Samlet 13 Bedømmelser
Udvikler D3.io
Betalingsmetode free
Udvidelseswebsted https://www.d3.io
Hjælpeside-URL https://www.d3.io/contact
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Spacebar pausing",
    "version": "1.3.0",
    "description": "Pause videos on page load with the space bar",
    "icons": {
        "48": "Icons\/Icon48.png",
        "128": "Icons\/Icon128.png"
    },
    "author": "D3T Digital",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "short_name": "YouTube Spacebar pausing",
    "web_accessible_resources": [
        "Icons\/*"
    ]
}