Hide Images/Videos

This extension hides images and videos for less distractions.

Vad är Hide Images/Videos?

Hide Images/Videos är en Chrome-tillägg utvecklad av https://www.omarwheatley.com, och dess huvudfunktion är "This extension hides images and videos for less distractions.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hide Images/Videos-förlängningens CRX-fil

Ladda ner Hide Images/Videos-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

                        This extension let's you quickly and easily remove all images and videos. This allows for a distraction free website viewing experience. Configurable to hide either images or videos or both.

Just click the extension icon and instantly all media will be removed. Refresh the page to undo.                    

Grundläggande Information om Tillägg

Namn Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Officiell webbadress https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Beskrivning This extension hides images and videos for less distractions.
Filstorlek 141 KB
Antal Installationer 2,812
Aktuell Version 3.0.0
Senast Uppdaterad 2021-12-20
Publiceringsdatum 2016-01-24
Betyg 3.86/5 Totalt 21 Betyg
Utvecklare https://www.omarwheatley.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.google.com/+OmarwApps
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Omar Wheatley",
    "background": {
        "service_worker": "myscript.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "This extension hides images and videos for less distractions.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Hide Images\/Videos",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "short_name": "Hide Images",
    "version": "3.0.0"
}