Remark
Uncensored Comments, anywhere.
Remarkとは何ですか?
Remarkはhttps://remark.surfによって開発されたChromeの拡張機能で、その主な機能は「Uncensored Comments, anywhere.」です。
拡張機能のスクリーンショット
Remark拡張機能のCRXファイルをダウンロード
Remark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Uncensored Are your comments always getting deleted by the owner? In Remark, this is not possible anymore. Your comments can only be deleted by violating our Terms of Service. Better Replies, Mentions, Upvotes and Downvotes - we have everything you need! Thanks to our voting system, you will always see the most important comments first. Anywhere You could possibly comment anywhere you want! Even on sites that don't have a comment system. And the best of it - you can do all of that with just one account!
拡張機能の基本情報
名前 | |
ID | bkcfoljpnhifgljnaiahaihkppbkpcjo |
公式URL | https://chromewebstore.google.com/detail/remark/bkcfoljpnhifgljnaiahaihkppbkpcjo |
説明 | Uncensored Comments, anywhere. |
ファイルサイズ | 205 KB |
インストール数 | 48 |
現在のバージョン | 1.0.4 |
最終更新日 | 2022-03-24 |
公開日 | 2022-02-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://remark.surf |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://remark.surf |
プライバシーポリシーページのURL | https://www.remark.surf/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remark", "short_name": "Remark", "version": "1.0.4", "description": "Uncensored Comments, anywhere.", "author": "Simplify Software", "homepage_url": "https:\/\/remark.surf\/", "icons": { "64": "assets\/icon\/64.png", "128": "assets\/icon\/128.png", "256": "assets\/icon\/256.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*.png", "assets\/indicator\/*.png", "assets\/icon\/*.png", "css\/*.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "entry\/injected.js" ], "run_at": "document_end" } ], "background": { "service_worker": "entry\/background.js" }, "commands": { "toggle_button": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Toggle the Remark Button" }, "toggle_sidebar": { "suggested_key": { "default": "Ctrl+Shift+S" }, "description": "Toggle the Remark Sidebar" } }, "externally_connectable": { "matches": [ "*:\/\/*.remark.surf\/*" ] }, "permissions": [ "tabs", "storage", "unlimitedStorage", "declarativeNetRequest" ], "optional_permissions": [], "action": { "default_title": "Remark" }, "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "CSP Change", "path": "rules\/csp.json", "enabled": true } ] } } |