Thin_promotions_on_Twitter_or_Google.
Thin promotions on Twitter or Google.
Thin_promotions_on_Twitter_or_Google.란 무엇입니까?
Thin_promotions_on_Twitter_or_Google.은(는) https://ikura.tokyo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Thin promotions on Twitter or Google."입니다.
확장 프로그램 스크린샷
Thin_promotions_on_Twitter_or_Google. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
広告(Twitter,Google)を薄めて目立たなくします。 広告が紛らわしいですよね。 そこで、この拡張機能は広告を薄くします。 広告を非表示(ブロック)することも技術的には可能です。 それでは企業様の収入が途絶えてしまうため、薄めるぐらいが良いかと考え、開発しました。
확장 프로그램 기본 정보
이름 | Thin_promotions_on_Twitter_or_Google. |
ID | beojijiacaejjhocjmehhjbemjambhpf |
공식 URL | https://chromewebstore.google.com/detail/thinpromotionsontwitteror/beojijiacaejjhocjmehhjbemjambhpf |
설명 | Thin promotions on Twitter or Google. |
파일 크기 | 40.02 KB |
설치 횟수 | 46 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2020-09-04 |
출시 날짜 | 2020-06-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://ikura.tokyo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ikura.tokyo/ |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.9", "description": "__MSG_extDesc__", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.2.1.min.js", "contentScripts.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/google.com\/*", "https:\/\/*.google.com\/*", "https:\/\/google.co.jp\/*", "https:\/\/*.google.co.jp\/*" ], "css": [ "style_google.css" ], "run_at": "document_idle" } ], "default_locale": "en", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "38": "icon38.png", "19": "icon19.png", "16": "icon16.png" } } |