Imgur Upvote Fairy
Upvote or downvote everything on an Imgur page.
Imgur Upvote Fairyとは何ですか?
Imgur Upvote Fairyはsneakymousetrapによって開発されたChromeの拡張機能で、その主な機能は「Upvote or downvote everything on an Imgur page.」です。
拡張機能のスクリーンショット
Imgur Upvote Fairy拡張機能のCRXファイルをダウンロード
Imgur Upvote Fairy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wanted to upvote everyone who commented on your post? Downvote everything that one guy wrote after he said that your dog looked stupid? Now you can! With two clicks you can upvote, downvote, or un-vote everything on an Imgur page!
拡張機能の基本情報
名前 | |
ID | igcbikidlgojikhaniaplkchbdoimldh |
公式URL | https://chrome.google.com/webstore/detail/imgur-upvote-fairy/igcbikidlgojikhaniaplkchbdoimldh |
説明 | Upvote or downvote everything on an Imgur page. |
ファイルサイズ | 40.64 KB |
インストール数 | 25 |
現在のバージョン | 0.9 |
最終更新日 | 2014-05-18 |
公開日 | 2014-05-18 |
評価 | 3.38/5 合計 8 レビュー |
開発者 | sneakymousetrap |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.4thhero.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgur Upvote Fairy", "author": "sneakymousetrap", "version": "0.9", "description": "Upvote or downvote everything on an Imgur page.", "content_scripts": [ { "matches": [ "http:\/\/imgur.com\/*", "https:\/\/imgur.com\/*" ], "js": [ "jquery.js", "page.js" ] } ], "browser_action": { "default_title": "Upvote Fairy", "default_icon": "upvote_16.png", "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "16": "upvote_16.png", "48": "upvote_48.png", "128": "upvote_128.png" } } |