Letterblockd
Block Letterboxd users that you don't want to see reviews from
Letterblockdとは何ですか?
LetterblockdはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Block Letterboxd users that you don't want to see reviews from」です。
拡張機能のスクリーンショット
Letterblockd拡張機能のCRXファイルをダウンロード
Letterblockd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you don't want to see content by some user on Letterboxd, then just add them to the list in the options. 拡張機能の基本情報
| 名前 | |
| ID | dkjlmnilbamfppblfkhdmdlonfbodpkf |
| 公式URL | https://chromewebstore.google.com/detail/letterblockd/dkjlmnilbamfppblfkhdmdlonfbodpkf |
| 説明 | Block Letterboxd users that you don't want to see reviews from |
| ファイルサイズ | 19.3 KB |
| インストール数 | 49 |
| 現在のバージョン | 0.0.0.1 |
| 最終更新日 | 2020-05-25 |
| 公開日 | 2020-05-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | 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]"
}
}
} | |