Your Auto Liker
Automatically like or dislike videos from Youtube.
Qu'est-ce que Your Auto Liker ?
Your Auto Liker est une extension Chrome développée par https://fbfdestro.github.io/YourAutoLiker, et sa fonction principale est "Automatically like or dislike videos from Youtube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Your Auto Liker
Téléchargez les fichiers d'extension Your Auto Liker 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
Download the extension on your browser to like videos that you watch from your favorites channels automatically LIKE ALL VIDEOS FUNCTIONALITY ADDED! The extension was built to help you never forget to like or dislike videos from channels that you already know. To use the extension you only need to click in the icon on the top right corner of your browser while watching youtube videos. While you are watching a video or on a channel's page, it's possible to add this channel to the list "always like or dislike videos from this channel". Know more about the extension on our website: https://fbfdestro.github.io/YourAutoLiker/
Informations de Base sur l'Extension
Nom | |
ID | akbbabbhifekchhpijcbmicndgbeahoi |
URL Officiel | https://chrome.google.com/webstore/detail/your-auto-liker/akbbabbhifekchhpijcbmicndgbeahoi |
Description | Automatically like or dislike videos from Youtube. |
Taille du Fichier | 194 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2021-04-17 |
Date de Publication | 2020-02-28 |
Évaluation | 2.80/5 Total 60 Évaluations |
Développeur | https://fbfdestro.github.io/YourAutoLiker |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fbfdestro.github.io/YourAutoLiker/ |
Langues Prises en Charge | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.5", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "https:\/\/fbfdestro.github.io\/YourAutoLiker\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "open_in_tab": true, "page": "pages\/configuration.html" }, "browser_action": { "default_icon": "imgs\/icon.png", "default_title": "Your Auto Liker - Reaga a esse canal", "default_popup": "popup\/popup.html" }, "icons": { "256": "imgs\/icon.png" }, "permissions": [ "tabs", "storage" ] } |