ACG Videos Detector
Detect particular words in web pages based on the given patterns, mostly used to sniff ACG media.
Τι είναι το ACG Videos Detector;
Το ACG Videos Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dywebmos, και η κύρια λειτουργία του είναι "Detect particular words in web pages based on the given patterns, mostly used to sniff ACG media.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ACG Videos Detector
Λήψη αρχείων επέκτασης ACG Videos Detector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Go to video page based on the specific video ID - Select the video ID and right click to open the video page in your browser. - Detect video IDs in a webpage and transform them to hyperlinks. - Click the extension's icon to see all video IDs in a webpage.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kabdhpcjocieboohkggemdilfjgonhci |
Επίσημο URL | https://chrome.google.com/webstore/detail/acg-videos-detector/kabdhpcjocieboohkggemdilfjgonhci |
Περιγραφή | Detect particular words in web pages based on the given patterns, mostly used to sniff ACG media. |
Μέγεθος Αρχείου | 461 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2018-08-12 |
Ημερομηνία Δημοσίευσης | 2018-08-12 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | dywebmos |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/dyweb/ACG-videos-detector |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/dyweb/ACG-videos-detector/issues |
Υποστηριζόμενες Γλώσσες | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ACG Videos Detector", "version": "2.0.2", "description": "Detect particular words in web pages based on the given patterns, mostly used to sniff ACG media.", "author": "clouduan", "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "default_title": "ACG Videos Detector" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |