Hide View Count

This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.

Hide View Count란 무엇입니까?

Hide View Count은(는) ろぼいん에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster."입니다.

확장 프로그램 스크린샷

screenshot

Hide View Count 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second!

This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions".

## What you can do

- Hide the number of impressions of your tweets and others' tweets on your browser

## What you cannot do

- Hide the number of impressions of your Tweets from others
- Using a client other than the official web version of the Twitter client                    

확장 프로그램 기본 정보

이름 Hide View Count Hide View Count
ID mmefeobjcchickbjelledfhagoddcklp
공식 URL https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp
설명 This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
파일 크기 961 KB
설치 횟수 2,909
현재 버전 1.5.0
최근 업데이트 2023-02-26
출시 날짜 2022-12-23
평점 4.96/5 총 28 개의 평점
개발자 ろぼいん
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Robot-Inventor/hide-impression
도움말 페이지 URL https://github.com/Robot-Inventor/hide-impression
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide View Count",
    "short_name": "HideViewCount",
    "version": "1.5.0",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "default_locale": "en"
}