pixiv Random Jump

Onto your pixiv bookmarks page, this adds a link to random number pages.

What is pixiv Random Jump?

pixiv Random Jump is a Chrome extension developed by ixfuon, and its main feature is "Onto your pixiv bookmarks page, this adds a link to random number pages.".

Extension Screenshots

screenshot

Download pixiv Random Jump Extension CRX File

Download pixiv Random Jump extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds the "random" links onto pixiv bookmarks page.
Click them to jump to random number pages.

*If this extension no longer works for pixiv's design/implementation changes, you may be able to fix it by adjusting the settings.                    

Extension Basic Information

Name pixiv Random Jump pixiv Random Jump
ID akkpphejaffdajhbpbndindbbflaifep
Official URL https://chromewebstore.google.com/detail/pixiv-random-jump/akkpphejaffdajhbpbndindbbflaifep
Description Onto your pixiv bookmarks page, this adds a link to random number pages.
File Size 14.98 KB
Installation Count 126
Current Version 1.0.3
Last Updated 2022-12-08
Publish Date 2020-05-24
Rating 3.00/5 Total 2 Ratings
Developer ixfuon
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "pixiv Random Jump",
    "version": "1.0.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "js": [
                "add_random_button.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}