Reddit/4chan Randomizer

Make randomly browsing Reddit and 4chan easy. Simply hit a hotkey to navigate to a random page while on reddit or 4chan.

什麼是Reddit/4chan Randomizer?

Reddit/4chan Randomizer是由attilathedud開發的Chrome擴展程式,該擴展的主要功能是“Make randomly browsing Reddit and 4chan easy. Simply hit a hotkey to navigate to a random page while on reddit or 4chan.”。

擴展截圖

screenshot

下載Reddit/4chan Randomizer擴展crx文件

下載Reddit/4chan Randomizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you find hitting the random link too much of a chore when browsing reddit? Are custom subreddit layouts causing you pain and misery? Is using the mouse to click a link literally ruining your life? Reddit Randomizer fixes all that by allowing you to easily use a hotkey to navigate to a random page. It also has the ability to show a loading dialogue and include randnsfw results. Truly one of the most revolutionary extensions to come out this year.

In the spirit of breaking new ground, this extension now allows you to navigate to random 4chan threads! No longer will you have to click on a section and read - simply hit the hotkey and magically the extension will think for you. Simply amazing.

* Changelog *
v1.2.2
- Fixed a bug where key code combinations were not working on Windows and Linux machines.

v1.2.1
- Some optimizations to speed up rendering of the options panel.
- Tweaked 4chan selection algorithm to select all boards.
- Tweaked the options panel UI.
- Code cleanup and bug fixes

v1.2.0
- Added support for random browsing of 4chan
- Can specify excluded 4chan boards

v1.1.0
- Changed random function so that sfw subreddits appear when the nsfw option is checked.
- Users can now define their own hotkey in the options panel.

v1.0.1
- Initial release.                    

擴展基本資訊

名稱 Reddit/4chan Randomizer Reddit/4chan Randomizer
ID afkglhifebfaabejgnpdkeljeohdgdej
官方網址 https://chromewebstore.google.com/detail/reddit4chan-randomizer/afkglhifebfaabejgnpdkeljeohdgdej
簡介 Make randomly browsing Reddit and 4chan easy. Simply hit a hotkey to navigate to a random page while on reddit or 4chan.
檔案大小 62.07 KB
安裝次數 63
目前版本 1.2.2
更新時間 2017-08-24
上架時間 2017-08-23
評分 4.25/5 共 4 次評分
開發者 attilathedud
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/attilathedud/Reddit-4chan-Randomizer
說明頁面URL https://github.com/attilathedud/Reddit-4chan-Randomizer
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit\/4chan Randomizer",
    "short_name": "Reddit\/4chanRand",
    "version": "1.2.2",
    "description": "Make randomly browsing Reddit and 4chan easy. Simply hit a hotkey to navigate to a random page while on reddit or 4chan.",
    "browser_action": {
        "name": "Reddit\/4chan Randomizer",
        "default_icon": "imgs\/randomizer_icon_48.png",
        "default_popup": "popup_options.html"
    },
    "permissions": [
        "storage",
        "http:\/\/a.4cdn.org\/*",
        "https:\/\/a.4cdn.org\/*"
    ],
    "icons": {
        "16": "imgs\/randomizer_icon_16.png",
        "48": "imgs\/randomizer_icon_48.png",
        "128": "imgs\/randomizer_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/external\/jquery.min.js",
                "scripts\/external\/jquery.blockUI.min.js",
                "scripts\/external\/jwerty.min.js",
                "scripts\/background.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "http:\/\/*.4chan.org\/*",
                "https:\/\/*.4chan.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "imgs\/ajax-loader.gif"
    ]
}