YouTube Jakkify
Modify YouTube thumbnails to include Soyjaks
Wat is YouTube Jakkify?
YouTube Jakkify is een Chrome-extensie ontwikkeld door doggyjak, en de belangrijkste functie is "Modify YouTube thumbnails to include Soyjaks".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Jakkify
Download YouTube Jakkify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YouTube Jakkify |
ID | mclfmbjmhmbhpihicaeleaijidibfbll |
Officiële URL | https://chromewebstore.google.com/detail/youtube-jakkify/mclfmbjmhmbhpihicaeleaijidibfbll |
Beschrijving | Modify YouTube thumbnails to include Soyjaks |
Bestandsgrootte | 108 MB |
Aantal Installaties | 424 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2023-07-07 |
Publicatiedatum | 2023-07-04 |
Beoordeling | 5.00/5 Totaal 16 Beoordelingen |
Ontwikkelaar | doggyjak |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |