Reddit Power User Suite

Unlocks reddits previously exclusive power user suite

Reddit Power User Suite란 무엇입니까?

Reddit Power User Suite은(는) Lex Cybermac에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlocks reddits previously exclusive power user suite"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reddit Power User Suite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        UPDATE 0.3 - Added Peter Mayhew under auto-add celebrity comment option.

For too long the front page has being dominated by the likes of /u/gallowboob and /u/preggit. For too long they have reaped karma whilst we the poor ordinary users would be forced to produce OC in a desperate bid for upvotes. Well I say NO MORE. Let us break down these walls of injustice, with the release of this extension tools previously exclusive available only to the most experienced power users will be freely available to each and every redditor.

With this suite of tools you can now:
- Disable downvotes
- Double the Value of upvotes
- Register downvotes as upvotes
- Automate the addition of a celebrity comment
- Post directly to front page
- Lock post at top of "new" or "hot"
- Convert accumulated karma into USD $, GBP £ or EUR €
- Automatically check posts for potential downvote inducing spelling and grammar errors
- Disable all comment bots
- Automatically cross post to all relevant subreddits

Credit to /u/pcjonathan for helping with development

Disclaimer: This extension is meant as a fun tool for those who want to role play as /u/gallowboob, it actually does sod all.                    

확장 프로그램 기본 정보

이름 Reddit Power User Suite Reddit Power User Suite
ID kncaneafcicjdlnemcdhnbmlpfmdgfnp
공식 URL https://chromewebstore.google.com/detail/reddit-power-user-suite/kncaneafcicjdlnemcdhnbmlpfmdgfnp
설명 Unlocks reddits previously exclusive power user suite
파일 크기 32.99 KB
설치 횟수 93
현재 버전 0.3
최근 업데이트 2016-04-05
출시 날짜 2016-04-05
평점 4.38/5 총 8 개의 평점
개발자 Lex Cybermac
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Power User Suite",
    "version": "0.3",
    "description": "Unlocks reddits previously exclusive power user suite",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.1.4.min.js",
        "box.html"
    ]
}