pixiv Random Jump
Onto your pixiv bookmarks page, this adds a link to random number pages.
Was ist pixiv Random Jump?
pixiv Random Jump ist eine Chrome-Erweiterung, die von ixfuon entwickelt wurde, und ihr Hauptmerkmal ist "Onto your pixiv bookmarks page, this adds a link to random number pages.".
Erweiterungsscreenshots
pixiv Random Jump-Erweiterungs-CRX-Datei herunterladen
Laden Sie pixiv Random Jump-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | akkpphejaffdajhbpbndindbbflaifep |
| Offizielle URL | https://chromewebstore.google.com/detail/pixiv-random-jump/akkpphejaffdajhbpbndindbbflaifep |
| Beschreibung | Onto your pixiv bookmarks page, this adds a link to random number pages. |
| Dateigröße | 14.98 KB |
| Installationsanzahl | 126 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2022-12-08 |
| Veröffentlichungsdatum | 2020-05-24 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | ixfuon |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |