twitter プロモーション非表示

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

What is twitter プロモーション非表示?

twitter プロモーション非表示 is a Chrome extension developed by usa96, and its main feature is "twitter上のプロモーションを非表示ブロック".

Extension Screenshots

screenshot

Download twitter プロモーション非表示 Extension CRX File

Download twitter プロモーション非表示 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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


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

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

Extension Basic Information

Name twitter プロモーション非表示 twitter プロモーション非表示
ID hajinknmolbghbepmjdcajndkodbejgb
Official 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
Description twitter上のプロモーションを非表示ブロック
File Size 14.4 KB
Installation Count 677
Current Version 1.0.7
Last Updated 2021-07-05
Publish Date 2020-12-08
Rating 3.57/5 Total 7 Ratings
Developer usa96
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}