YouTube Jakkify
Modify YouTube thumbnails to include Soyjaks
Hvad er YouTube Jakkify?
YouTube Jakkify er en Chrome-udvidelse udviklet af doggyjak, og dens hovedfunktion er "Modify YouTube thumbnails to include Soyjaks".
Udvidelsesskærmbilleder
Download YouTube Jakkify-udvidelses-CRX-fil
Download YouTube Jakkify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Gem up your browsing experience with Jakkify. Is your browser experience coal? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds soyjaks to every thumbnail.
Grundlæggende oplysninger om udvidelsen
Navn | YouTube Jakkify |
ID | mclfmbjmhmbhpihicaeleaijidibfbll |
Officiel URL | https://chromewebstore.google.com/detail/youtube-jakkify/mclfmbjmhmbhpihicaeleaijidibfbll |
Beskrivelse | Modify YouTube thumbnails to include Soyjaks |
Filstørrelse | 108 MB |
Antal Installationer | 424 |
Nuværende Version | 0.3 |
Senest Opdateret | 2023-07-07 |
Udgivelsesdato | 2023-07-04 |
Bedømmelse | 5.00/5 Samlet 16 Bedømmelser |
Udvikler | doggyjak |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Jakkify", "version": "0.3", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png" }, "description": "Modify YouTube thumbnails to include Soyjaks", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jakkify.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |