サムネスキン😎ヒカキンが全てのサムネに降臨!
【神】YouTubeのサムネがヒカキンだらけになるChrome拡張機能が遂に登場!
Hvad er サムネスキン😎ヒカキンが全てのサムネに降臨!?
サムネスキン😎ヒカキンが全てのサムネに降臨! er en Chrome-udvidelse udviklet af Kaede Games, og dens hovedfunktion er "【神】YouTubeのサムネがヒカキンだらけになるChrome拡張機能が遂に登場!".
Udvidelsesskærmbilleder
Download サムネスキン😎ヒカキンが全てのサムネに降臨!-udvidelses-CRX-fil
Download サムネスキン😎ヒカキンが全てのサムネに降臨!-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
最近のYouTube、つまんない動画ばっかり...😭もう、どれをクリックすればいいかわかんないよ…(メンヘラ)
そんな時は、この拡張機能でド派手に解決!
この「サムネスキン」を使うと、全てのYouTubeのサムネイルにヒカキンが映り込むよ!さぁ、もっとワクワクするYouTubeライフを!
by Kaede Games
(hikakin_mania)
最近のYouTube、つまらない動画ばっかりだなぁ、そうに決まってる。😭もはやエンタメが成りたってナイ!👎つかもうオワコンなんだけどなにこれ。他のYouTuberは一体、何を四天王?🤬もう、どれをクリックすればいいかわからナイ!
あ!あ~1つ気づいちゃったこれ。そんな時は、この拡張機能がきたあああああああああああああああああああ!神だ。ありがたい。
この「サムネスキン」を使うとね、全てのYouTubeのサムネイルにヒカキンが映り込むから非常にもう、しじょーー↑に抜けるb。もはや、今まで以上のYouTubeの域を遥かに超えている。さぁ、やぁりましょう!!
by Kaede Games
全てのブラウザに対応
詳細は https://youtu.be/g1FlDfGT9e0
Notes:
- This extension was inspired by Unnecessary Inventions: http://www.youtube.com/@UnnecessaryInventions
- This extension is unofficial and not affiliated with MrBeast or YouTube.
Source: https://github.com/MagicJinn/MrBeastify-Youtube Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eddpofemljhohcigjeaadfdijdmakdhi |
| Officiel URL | https://chromewebstore.google.com/detail/%E3%82%B5%E3%83%A0%E3%83%8D%E3%82%B9%E3%82%AD%E3%83%B3%F0%9F%98%8E%E3%83%92%E3%82%AB%E3%82%AD%E3%83%B3%E3%81%8C%E5%85%A8%E3%81%A6%E3%81%AE%E3%82%B5%E3%83%A0%E3%83%8D%E3%81%AB%E9%99%8D%E8%87%A8%EF%BC%81/eddpofemljhohcigjeaadfdijdmakdhi |
| Beskrivelse | 【神】YouTubeのサムネがヒカキンだらけになるChrome拡張機能が遂に登場! |
| Filstørrelse | 28.84 MB |
| Antal Installationer | 1,104 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2023-08-15 |
| Udgivelsesdato | 2023-08-11 |
| Bedømmelse | 5.00/5 Samlet 16 Bedømmelser |
| Udvikler | Kaede Games |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://games.kaedeee.com |
| Hjælpeside-URL | https://games.kaedeee.com |
| URL til Fortrolighedspolitik Side | https://games.kaedeee.com/app-privacy-policy |
| Understøttede Sprog | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u30b5\u30e0\u30cd\u30b9\u30ad\u30f3\ud83d\ude0e\u30d2\u30ab\u30ad\u30f3\u304c\u5168\u3066\u306e\u30b5\u30e0\u30cd\u306b\u964d\u81e8\uff01",
"version": "1.1",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"description": "\u3010\u795e\u3011YouTube\u306e\u30b5\u30e0\u30cd\u304c\u30d2\u30ab\u30ad\u30f3\u3060\u3089\u3051\u306b\u306a\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u304c\u9042\u306b\u767b\u5834\uff01",
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"mrbeastify.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.json"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |