YouTube Jakkify
Modify YouTube thumbnails to include Soyjaks
Vad är YouTube Jakkify?
YouTube Jakkify är en Chrome-tillägg utvecklad av doggyjak, och dess huvudfunktion är "Modify YouTube thumbnails to include Soyjaks".
Tilläggsskärmbilder
Ladda ner YouTube Jakkify-förlängningens CRX-fil
Ladda ner YouTube Jakkify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | YouTube Jakkify |
ID | mclfmbjmhmbhpihicaeleaijidibfbll |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-jakkify/mclfmbjmhmbhpihicaeleaijidibfbll |
Beskrivning | Modify YouTube thumbnails to include Soyjaks |
Filstorlek | 108 MB |
Antal Installationer | 424 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2023-07-07 |
Publiceringsdatum | 2023-07-04 |
Betyg | 5.00/5 Totalt 16 Betyg |
Utvecklare | doggyjak |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } ] } |