Media Grabber
Get the media URL of a page's most recently played audio/video (and then do something with it).
Media Grabber là gì?
Media Grabber là một tiện ích mở rộng Chrome được phát triển bởi camerongu3, và tính năng chính của nó là "Get the media URL of a page's most recently played audio/video (and then do something with it).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Media Grabber
Tải xuống các tệp mở rộng Media Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Chrome extension to show the media URL of a page's most recently played audio/video as an easy alternative to looking at the network tab in dev tools *Instructions:* https://github.com/camreon/media-grabber/blob/master/README.md
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Media Grabber |
ID | ompogmmmcfgapifeghieaklpblkkoloo |
URL Chính Thức | https://chromewebstore.google.com/detail/media-grabber/ompogmmmcfgapifeghieaklpblkkoloo |
Mô tả | Get the media URL of a page's most recently played audio/video (and then do something with it). |
Kích Thước Tệp | 45.6 KB |
Số Lần Cài Đặt | 6,486 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-02-09 |
Ngày Phát Hành | 2016-06-05 |
Đánh Giá | 2.80/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | camerongu3 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/camreon/media-grabber/blob/master/README.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Media Grabber", "version": "1.2", "description": "Get the media URL of a page's most recently played audio\/video (and then do something with it).", "icons": { "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icon\/icon.png", "default_popup": "popup.html" }, "permissions": [ "webRequest", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks" ], "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com; object-src 'self'" } |