Letterblockd

Block Letterboxd users that you don't want to see reviews from

Wat is Letterblockd?

Letterblockd is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Block Letterboxd users that you don't want to see reviews from".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Letterblockd

Download Letterblockd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        If you don't want to see content by some user on Letterboxd, then just add them to the list in the options.                    

Basisinformatie over de Extensie

Naam Letterblockd Letterblockd
ID dkjlmnilbamfppblfkhdmdlonfbodpkf
Officiële URL https://chromewebstore.google.com/detail/letterblockd/dkjlmnilbamfppblfkhdmdlonfbodpkf
Beschrijving Block Letterboxd users that you don't want to see reviews from
Bestandsgrootte 19.3 KB
Aantal Installaties 49
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-05-25
Publicatiedatum 2020-05-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.0.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "pages\/options.html",
        "browser-style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/letterboxd.com\/*",
                "https:\/\/letterboxd.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}