Utip for Youtube

Automatically open a popup when you like a youtube video with a utip link in description.

Qu'est-ce que Utip for Youtube ?

Utip for Youtube est une extension Chrome développée par jorand, et sa fonction principale est "Automatically open a popup when you like a youtube video with a utip link in description.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Utip for Youtube

Téléchargez les fichiers d'extension Utip for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Automatically display a easily visible button under the youtube video if a utip link is in the description and can also open the utip link when you hit the like button of the video.

♥ Made with love by a subscriber !

New features :
- Possibility to choose to activate the display of the popup click on the thumbs up
- Now support old YouTube layout
- Compatible with Iridium extension
- Fix bug

Tell me if you have any issues or ideas for improvements.                    

Informations de Base sur l'Extension

Nom Utip for Youtube Utip for Youtube
ID dbncpgcmohkdhaakdachojjgfcgcfnna
URL Officiel https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna
Description Automatically open a popup when you like a youtube video with a utip link in description.
Taille du Fichier 52.21 KB
Nombre d'Installations 65
Version Actuelle 0.7.5
Dernière Mise à Jour 2019-04-26
Date de Publication 2019-04-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur jorand
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Jorand/chrome-utip-for-youtube
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Utip for Youtube",
    "version": "0.7.5",
    "description": "Automatically open a popup when you like a youtube video with a utip link in description.",
    "icons": {
        "128": "icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "https:\/\/github.com\/Jorand"
}