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!

Wat is Paltalk Skin Changer?

Paltalk Skin Changer is een Chrome-extensie ontwikkeld door China-Cheats, en de belangrijkste functie is "Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Paltalk Skin Changer

Download Paltalk Skin Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Paltalk Skin Changer Paltalk Skin Changer
ID fjmbedkakibgabfjfmfjgimokdfkcjfl
Officiële URL https://chromewebstore.google.com/detail/paltalk-skin-changer/fjmbedkakibgabfjfmfjgimokdfkcjfl
Beschrijving Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!
Bestandsgrootte 23.07 KB
Aantal Installaties 155
Huidige Versie 1.2.3
Laatst Bijgewerkt 2017-11-21
Publicatiedatum 2017-11-21
Beoordeling 3.89/5 Totaal 9 Beoordelingen
Ontwikkelaar China-Cheats
Betalingswijze free
Ondersteunde Talen 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"
    }
}