500Likes
500Likes Chrome Extension
Τι είναι το 500Likes;
Το 500Likes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://500likes.com, και η κύρια λειτουργία του είναι "500Likes Chrome Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 500Likes
Λήψη αρχείων επέκτασης 500Likes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🧐500Likes Task Tracker is a Chrome extension designed to serve YouTube and TikTok users. With it, you can easily track and manage the status of your various tasks on 500Likes. You can get detailed information about the completion of tasks with a few simple clicks, without having to navigate away from your page, offering a convenient and efficient user experience. Main Function🌟: The primary function of 500Likes Task Tracker is to monitor your task completion status on platforms such as YouTube and TikTok. Once a task is completed, the system will automatically detect and relay this information back to 500Likes, allowing users to claim their task rewards. 500Likes Key Features: 1️⃣Real-time Monitoring: The plugin can monitor your task status in real-time. As soon as a new task is completed, you will receive an immediate notification. 2️⃣Convenient Management Tool: The clear and concise task list allows you to easily view the status of all tasks, making management and operation straightforward. 3️⃣User-friendly Interface: Our plugin design is simple and clear, easy to navigate and use, requiring no complicated settings or operations, offering a smooth user experience. 4️⃣Data Security: We respect and protect your privacy. All data transmissions are securely encrypted, and your information is used only for task status monitoring and will not be used for any other purposes. 5️⃣Instant Feedback: As soon as a task is completed, the plugin will provide real-time feedback to 500Likes, ensuring that you can timely claim your task rewards. 500Likes Task Tracker is committed to providing a more convenient and faster service for your 500Likes experience. Add our plugin now, and make your task management easier!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mpocpaofbnkpccakieghimcmdkmcdbec |
Επίσημο URL | https://chromewebstore.google.com/detail/500likes/mpocpaofbnkpccakieghimcmdkmcdbec |
Περιγραφή | 500Likes Chrome Extension |
Μέγεθος Αρχείου | 165 KB |
Αριθμός Εγκαταστάσεων | 374 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2024-01-04 |
Ημερομηνία Δημοσίευσης | 2023-11-09 |
Αξιολόγηση | 3.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://500likes.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://500likes.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://500likes.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "500Likes", "description": "500Likes Chrome Extension", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "action": { "default_icon": "img\/icon.png", "default_title": "500Likes", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/taskjoy.xyz\/*", "https:\/\/500likes.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/3.88.197.239:8000\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/content-script.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/taskjoy.xyz\/*", "https:\/\/500likes.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/3.88.197.239:8000\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*" ] }, "permissions": [ "debugger" ], "host_permissions": [ "https:\/\/taskjoy.xyz\/*", "https:\/\/500likes.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/3.88.197.239:8000\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*" ], "background": { "service_worker": "js\/background.js" } } |