Youtubify
Customize youtube ! Change text, background, icon colors, fonts, choose between patterns !
Youtubifyとは何ですか?
Youtubifyはpinheiro.adamによって開発されたChromeの拡張機能で、その主な機能は「Customize youtube ! Change text, background, icon colors, fonts, choose between patterns ! 」です。
拡張機能のスクリーンショット
Youtubify拡張機能のCRXファイルをダウンロード
Youtubify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension let you change text, background, icons colors and fonts ! Customize everything, from menu colors to subscribe button !This add-on let you change the opacity of colors, and let you choose between multiple choice of pattern to use as background ! Choose between 3 basic themes . Change video playback bar color,subscribe button, choose between 3 different fonts (more to come), over 15 patterns, change text colors individually . Customize youtube how you want it ! To come in future update : Adding shadows to containers. Adding borders to containers. Uploading and adding images as backgrounds. Adding more fonts and patterns.
拡張機能の基本情報
名前 | |
ID | aiaogccoclgannlkgoagnefiioddkmnc |
公式URL | https://chrome.google.com/webstore/detail/youtubify/aiaogccoclgannlkgoagnefiioddkmnc |
説明 | Customize youtube ! Change text, background, icon colors, fonts, choose between patterns ! |
ファイルサイズ | 889 KB |
インストール数 | 97 |
現在のバージョン | 1.4 |
最終更新日 | 2020-01-04 |
公開日 | 2020-01-04 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | pinheiro.adam |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pinada.me/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtubify", "version": "1.4", "description": "Customize youtube ! Change text, background, icon colors, fonts, choose between patterns ! ", "icons": { "48": "\/images\/icon_48.png", "96": "\/images\/logo_chrome.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "buy.js", "jquery\/jquery.js", "browser-polyfill.js", "content-script.js" ] } ], "permissions": [ "*:\/\/www.youtube.com\/*", "activeTab", "tabs", "storage", "webRequest", "cookies" ], "background": { "scripts": [ "buy.js", "jquery\/jquery.js", "browser-polyfill.js", "background-script.js" ] }, "web_accessible_resources": [ "images\/*", "patterns\/*" ], "browser_action": { "browser_style": true, "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/page-16.png", "32": "icons\/page-32.png" } } } |