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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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"
    }
}