Spoilerproof: The 1-Click Spoiler Block
Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…
Spoilerproof: The 1-Click Spoiler Block란 무엇입니까?
Spoilerproof: The 1-Click Spoiler Block은(는) spoilerproof.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…"입니다.
확장 프로그램 스크린샷
Spoilerproof: The 1-Click Spoiler Block 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler Engine will detect spoiler terms on social media sites and block them for you. Once you've finished watching a title, the spoiler block is removed. With over 2,000 titles across movies, TV shows, and video games, Spoilerproof ensures the internet will never ruin enjoyment of your favourite media. Happy browsing!
확장 프로그램 기본 정보
이름 | Spoilerproof: The 1-Click Spoiler Block |
ID | hmijoeophhplodchameaogmgdcphnode |
공식 URL | https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode |
설명 | Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler… |
파일 크기 | 6.3 MB |
설치 횟수 | 286 |
현재 버전 | 1.0.10 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2023-10-18 |
평점 | 4.45/5 총 11 개의 평점 |
개발자 | spoilerproof.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://spoilerproof.netlify.app/ |
개인정보 보호 정책 페이지 URL | https://spoilerproof.netlify.app/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spoilerproof: The 1-Click Spoiler Block", "description": "", "version": "1.0.10", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Save details." }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.fb.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/static\/css\/content.css" ] } ], "background": { "service_worker": ".\/static\/js\/background.js" }, "oauth2": { "client_id": "537307073351-824ma5c945scqhm3ahg67apmkdaqc5or.apps.googleusercontent.com", "scopes": [ "email" ] }, "permissions": [ "storage", "identity", "webNavigation" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |