Letterblockd

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

Qu'est-ce que Letterblockd ?

Letterblockd est une extension Chrome développée par Unknown, et sa fonction principale est "Block Letterboxd users that you don't want to see reviews from".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Letterblockd

Téléchargez les fichiers d'extension Letterblockd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Letterblockd Letterblockd
ID dkjlmnilbamfppblfkhdmdlonfbodpkf
URL Officiel https://chromewebstore.google.com/detail/letterblockd/dkjlmnilbamfppblfkhdmdlonfbodpkf
Description Block Letterboxd users that you don't want to see reviews from
Taille du Fichier 19.3 KB
Nombre d'Installations 49
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2020-05-25
Date de Publication 2020-05-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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]"
        }
    }
}