YouTube Ad URL Clipper
Bookmark YouTube Ads with Just One Click
YouTube Ad URL Clipper란 무엇입니까?
YouTube Ad URL Clipper은(는) Jonny Chan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark YouTube Ads with Just One Click"입니다.
확장 프로그램 스크린샷
YouTube Ad URL Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Attention YouTube Ad Lovers! Introducing the Ultimate Plugin to Bookmark YouTube Ads with Just One Click. Say Goodbye to Searching for YouTube Ad. Want to save a particular ad for future reference? Our simple plugin does just that! With one click, you can grab the ad URL and start analyzing its performance, send it to your designer for inspiration, and build your own swipe files for your YouTube ads. Stop searching for ways to save your favorite ads and start using our plugin today. Try it now and take your YouTube ads to the next level!
확장 프로그램 기본 정보
이름 | YouTube Ad URL Clipper |
ID | lkoenmlgaajoddaadfpjlhjjpjjcpnhc |
공식 URL | https://chromewebstore.google.com/detail/youtube-ad-url-clipper/lkoenmlgaajoddaadfpjlhjjpjjcpnhc |
설명 | Bookmark YouTube Ads with Just One Click |
파일 크기 | 31.56 KB |
설치 횟수 | 25 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-03-13 |
출시 날짜 | 2022-06-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Jonny Chan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Ad URL Clipper", "description": "Bookmark YouTube Ads with Just One Click", "version": "1.0.1", "manifest_version": 3, "homepage_url": "https:\/\/jonnychan.com\/", "author": { "name": "Jonny Chan", "url": "https:\/\/jonnychan.com\/" }, "background": { "service_worker": "sw.js" }, "action": { "default_title": "YouTube Ad URL Clipper" }, "icons": { "24": "24.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png", "256": "256.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "scripting" ] } |