twitter プロモーション非表示

twitter上のプロモーションを非表示ブロック

twitter プロモーション非表示란 무엇입니까?

twitter プロモーション非表示은(는) usa96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "twitter上のプロモーションを非表示ブロック"입니다.

확장 프로그램 스크린샷

screenshot

twitter プロモーション非表示 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        twitterの不快な広告をブロック
twitter上のタイムライン、トレンド、おすすめユーザーなどのプロモーションを非表示にします。

インストールした上でtwitterを開けば広告、プロモーションが非表示になりブロックされます。


使用上の注意事項などはオプションに記載しているので
ご一読ください。

※「プロモーション」という単語を含むタイムラインのツイートも非表示になるのでご注意ください                    

확장 프로그램 기본 정보

이름 twitter プロモーション非表示 twitter プロモーション非表示
ID hajinknmolbghbepmjdcajndkodbejgb
공식 URL https://chromewebstore.google.com/detail/twitter-%E3%83%97%E3%83%AD%E3%83%A2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E9%9D%9E%E8%A1%A8%E7%A4%BA/hajinknmolbghbepmjdcajndkodbejgb
설명 twitter上のプロモーションを非表示ブロック
파일 크기 14.4 KB
설치 횟수 677
현재 버전 1.0.7
최근 업데이트 2021-07-05
출시 날짜 2020-12-08
평점 3.57/5 총 7 개의 평점
개발자 usa96
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "twitter\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u30d6\u30ed\u30c3\u30af",
    "short_name": "twiprom",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "twitter \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u975e\u8868\u793a",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon-16.png"
        },
        "default_title": "twipromhide"
    },
    "permissions": [
        "*:\/\/www.amazon.co.jp\/*",
        "*:\/\/*.rakuten.co.jp\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        "icons\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ]
}