5ch Stylish
5chを使いやすくする拡張
What is 5ch Stylish?
5ch Stylish is a Chrome extension developed by https://logroid.blogspot.com, and its main feature is "5chを使いやすくする拡張".
Extension Screenshots
Download 5ch Stylish Extension CRX File
Download 5ch Stylish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
5chを閲覧しやすくして、便利な機能を追加します ・見た目を変更 ・広告をブロック ・URLを直リン化 ・画面上部のメニューバーにimgurのリンク追加 ・画面右端にナビゲーションメニュー追加 ・レス移動機能 ・次スレ検索機能 ・画像を含む場合は画像アイコン表示 ・メールアドレス部分に sage のチェックボックス追加 ・コメントの最大文字列を取得・表示 ・画像のインライン表示(遅延ロード) ・画像のURLが大量に存在する場合に読み込みが軽量化されます ・スレッドお気に入り機能 ・スレッドを開いて⭐️アイコンをクリックするとお気に入り登録完了 ・お気に入りは、Chromeのアドオンアイコンからポップアップ画面を開いて確認できます ・スレッド検索機能 ・Chromeのアドオンアイコンからポップアップ画面を開いてスレタイ検索できます 荒らし対策 ・NG設定 ・こらこら報告用フォーマットでコピー ・大量の画像URLが貼られている場合でも読み込みが重くならないように5chのスクリプトを制御
Extension Basic Information
Name | 5ch Stylish |
ID | megfgncafjlmgccnklnjgcljfhcdacne |
Official URL | https://chromewebstore.google.com/detail/5ch-stylish/megfgncafjlmgccnklnjgcljfhcdacne |
Description | 5chを使いやすくする拡張 |
File Size | 375 KB |
Installation Count | 788 |
Current Version | 0.0.18 |
Last Updated | 2021-05-26 |
Publish Date | 2021-05-04 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://logroid.blogspot.com |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "5ch Stylish", "description": "5ch\u3092\u4f7f\u3044\u3084\u3059\u304f\u3059\u308b\u62e1\u5f35", "version": "0.0.18", "options_page": "options.html", "browser_action": { "default_title": "5ch Stylish", "default_popup": "popup.html" }, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "http:\/\/*.5ch.net\/*", "https:\/\/*.5ch.net\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.5ch.net\/*", "https:\/\/*.5ch.net\/*" ], "js": [ "js\/content_scripts.js" ], "css": [ "css\/content_scripts.css" ] } ], "web_accessible_resources": [ "images\/*.gif" ] } |