Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Reddit Up/Down Vote Viewerとは何ですか?
Reddit Up/Down Vote ViewerはNicholas Curraultによって開発されたChromeの拡張機能で、その主な機能は「This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.」です。
拡張機能のスクリーンショット
Reddit Up/Down Vote Viewer拡張機能のCRXファイルをダウンロード
Reddit Up/Down Vote Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | oofcmapinmlnokjjigaojblalakmcohg |
| 公式URL | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
| 説明 | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
| ファイルサイズ | 33.46 KB |
| インストール数 | 24 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2014-08-03 |
| 公開日 | 2014-08-03 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Nicholas Currault |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Up\/Down Vote Viewer",
"description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.",
"version": "1.0.1",
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"main.user.js"
],
"matches": [
"http:\/\/reddit.com\/r\/*\/comments\/*\/*",
"http:\/\/www.reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true
} | |