Your Auto Liker
Automatically like or dislike videos from Youtube.
什麼是Your Auto Liker?
Your Auto Liker是由https://fbfdestro.github.io/YourAutoLiker開發的Chrome擴展程式,該擴展的主要功能是“Automatically like or dislike videos from Youtube.”。
擴展截圖
下載Your Auto Liker擴展crx文件
下載Your Auto Liker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | |
ID | akbbabbhifekchhpijcbmicndgbeahoi |
官方網址 | https://chrome.google.com/webstore/detail/your-auto-liker/akbbabbhifekchhpijcbmicndgbeahoi |
簡介 | Automatically like or dislike videos from Youtube. |
檔案大小 | 194 KB |
安裝次數 | 2,000 |
目前版本 | 0.1.5 |
更新時間 | 2021-04-17 |
上架時間 | 2020-02-28 |
評分 | 2.80/5 共 60 次評分 |
開發者 | https://fbfdestro.github.io/YourAutoLiker |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://fbfdestro.github.io/YourAutoLiker/ |
支援的語言 | 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" ] } |