Paltalk Skin Changer
Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!
什么是Paltalk Skin Changer?
Paltalk Skin Changer是由China-Cheats开发的Chrome扩展程序,该扩展的主要功能是“Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!”。
扩展截图
下载Paltalk Skin Changer扩展crx文件
下载Paltalk Skin Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Important: This Extension is made for the Website www.Paltalk.com. It cannot be used on other Websites or Domains! Paltalk Skin Changer is made for the Website Paltalk.com. It allows you to change the Websites Theme and Logo Color. The extension comes with a Color Picker Widget that gives you a selection of colors to choose from. Notice: You can Download the Extension for Chrome and Firefox Web Browsers too. Just search for "Paltalk Skin Changer" on Mozilla.org or Opera.com. =========================== How to Use the Extension? =========================== 1) To use the Extension first Install it (Of Course). It will Install a Toolbar Button on the Top Right Corner of your Browser. 2) Click on the new Toolbar Button and a new Window will Show up (Options Page).. 3) From the Options Page simply Click on the > DropDown Menu. > Now Select a Color for the Skin. > After you have Selected a Color it will Automatically save the Color on Selection. 4) Finally Visit the Website www.Paltalk.com or Click the Button called "Launch Paltalk.com" to visit the Webpage. There is also a "Save Button" just incase you wanted to save the color Manually. But it should automatically Save the color every time you change it. =================== New Version 1.2.2 =================== - jQuery Removed. Now Runs on Pure Javascript - Much Lighter after removal of jQuery =================== New Version 1.1.6 =================== - Additional Color Option added for the NG-Registration Page on Paltalk.com - Complete Upgrade to WebExtensions - Additional Code Cleanup ================== Changelog v1.0.2: ================== - 20 times Ligther than befor. - We removed all the PNG and SVG Logo files that were added and Used Locally. Instead of using PNG or SVG files locally we created an SVG Logo Generator which now Creates Logos based on the Color Users select for the Skin. - New Caching added to avoid RunTime.LastErrors on accessing the (Options Page). ================== Changelog v1.0.3: ================== - Fixed CSS for Edit Photos Section - Additional Cleaining of the Code ================== Changelog v1.0.4: ================== - Separated the Dynamic and Static CSS used in the Script into Separate files in order to make the Pages and the Script Load faster. This will also make the Review Process faster and easier on Opera. - Fixed all CSS Typos and Errors that were captured after the scripts were moved to a separate files - Code Cleanup
扩展基本信息
名称 | Paltalk Skin Changer |
ID | fjmbedkakibgabfjfmfjgimokdfkcjfl |
官方URL | https://chromewebstore.google.com/detail/paltalk-skin-changer/fjmbedkakibgabfjfmfjgimokdfkcjfl |
简介 | Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect! |
文件大小 | 23.07 KB |
安装次数 | 155 |
当前版本 | 1.2.3 |
更新时间 | 2017-11-21 |
上架时间 | 2017-11-21 |
评分 | 3.89/5 共9次评分 |
开发者 | China-Cheats |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paltalk Skin Changer", "description": "Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!", "version": "1.2.3", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/*.paltalk.com\/*" ], "js": [ "palskin.js" ] } ], "permissions": [ "storage", "*:\/\/*.paltalk.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon64.png", "default_title": "Paltalk Skin Changer" } } |