Twitterアナリティクス非表示

Twitterアナリティクス非表示

What is Twitterアナリティクス非表示?

Twitterアナリティクス非表示 is a Chrome extension developed by kysk, 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アナリティクスの数字を非表示にする拡張機能です。                    

Extension Basic Information

Name Twitterアナリティクス非表示 Twitterアナリティクス非表示
ID pcmnplinobfhahpdhacoajjeejnjfcac
Official URL https://chromewebstore.google.com/detail/twitter%E3%82%A2%E3%83%8A%E3%83%AA%E3%83%86%E3%82%A3%E3%82%AF%E3%82%B9%E9%9D%9E%E8%A1%A8%E7%A4%BA/pcmnplinobfhahpdhacoajjeejnjfcac
Description Twitterアナリティクス非表示
File Size 142 KB
Installation Count 113
Current Version 1.1
Last Updated 2022-12-26
Publish Date 2022-12-23
Rating 5.00/5 Total 1 Ratings
Developer kysk
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u975e\u8868\u793a",
    "version": "1.1",
    "description": "Twitter\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u975e\u8868\u793a",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Twitter\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u975e\u8868\u793a"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}