Letterblockd
Block Letterboxd users that you don't want to see reviews from
Apa itu Letterblockd?
Letterblockd adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Block Letterboxd users that you don't want to see reviews from".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Letterblockd
Unduh file ekstensi Letterblockd dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
If you don't want to see content by some user on Letterboxd, then just add them to the list in the options.
Informasi Dasar Ekstensi
Nama | Letterblockd |
ID | dkjlmnilbamfppblfkhdmdlonfbodpkf |
URL Resmi | https://chromewebstore.google.com/detail/letterblockd/dkjlmnilbamfppblfkhdmdlonfbodpkf |
Deskripsi | Block Letterboxd users that you don't want to see reviews from |
Ukuran File | 19.3 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2020-05-25 |
Tanggal Publikasi | 2020-05-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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]" } } } |