Reddit Power User Suite

Unlocks reddits previously exclusive power user suite

Vad är Reddit Power User Suite?

Reddit Power User Suite är en Chrome-tillägg utvecklad av Lex Cybermac, och dess huvudfunktion är "Unlocks reddits previously exclusive power user suite".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Reddit Power User Suite-förlängningens CRX-fil

Ladda ner Reddit Power User Suite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reddit Power User Suite Reddit Power User Suite
ID kncaneafcicjdlnemcdhnbmlpfmdgfnp
Officiell webbadress https://chromewebstore.google.com/detail/reddit-power-user-suite/kncaneafcicjdlnemcdhnbmlpfmdgfnp
Beskrivning Unlocks reddits previously exclusive power user suite
Filstorlek 32.99 KB
Antal Installationer 93
Aktuell Version 0.3
Senast Uppdaterad 2016-04-05
Publiceringsdatum 2016-04-05
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare Lex Cybermac
Betalningssätt free
Stödda Språk 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"
    ]
}