Tweet X-Ray for Twitter - TweetXRay.com

Get quick access to Twitter stats with TweetXRay.com. Highlights popular content & profiles; locally stores data for offline access.

Tweet X-Ray for Twitter - TweetXRay.comคืออะไร?

Tweet X-Ray for Twitter - TweetXRay.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tweetxray.com และคุณลักษณะหลักของมันคือ "Get quick access to Twitter stats with TweetXRay.com. Highlights popular content & profiles; locally stores data for offline access."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet X-Ray for Twitter - TweetXRay.com

ดาวน์โหลดไฟล์ส่วนขยาย Tweet X-Ray for Twitter - TweetXRay.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TweetXRay.com is a handy Chrome extension that provides valuable Twitter statistics at your fingertips. With this extension, you can easily view your followers, followings, and tweets information without hovering over or clicking on individual profiles.

In addition, Twitter Insights highlights posts and profiles with the most views, likes, and comments, making it easier to identify popular content and engage with it. All information is stored locally, so you can access your data even when you're offline.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tweet X-Ray for Twitter - TweetXRay.com Tweet X-Ray for Twitter - TweetXRay.com
ID ojiobkcdacceabmpiemjadcbbaibhebf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweet-x-ray-for-twitter-t/ojiobkcdacceabmpiemjadcbbaibhebf
คำอธิบาย Get quick access to Twitter stats with TweetXRay.com. Highlights popular content & profiles; locally stores data for offline access.
ขนาดไฟล์ 270 KB
จำนวนการติดตั้ง 830
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2023-05-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tweetxray.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tweetxray.com
URL หน้านโยบายความเป็นส่วนตัว https://etsy.ytuong.me/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet X-Ray for Twitter - TweetXRay.com",
    "description": "Get quick access to Twitter stats with TweetXRay.com. Highlights popular content & profiles; locally stores data for offline access.",
    "version": "1.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "96": "img\/logo-96.png",
        "128": "img\/logo-128.png",
        "196": "img\/logo-196.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-196.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-dd39743c.623ee710.js",
                "assets\/content-script-loader.chunk-119e6347.2e358fce.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index.js.559beb45.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/chunk-6c3a2e6d.js",
                "assets\/chunk-ab8d9e32.js",
                "assets\/chunk-a8144d54.js",
                "assets\/chunk-9eccd470.js",
                "assets\/chunk-dd39743c.js",
                "assets\/chunk-3a34b956.js",
                "assets\/chunk-119e6347.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}