Social Scroll for Twitter

Find anyone's old tweets with a couple of clicks!

Social Scroll for Twitterคืออะไร?

Social Scroll for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hshaikh.com และคุณลักษณะหลักของมันคือ "Find anyone's old tweets with a couple of clicks!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Scroll for Twitter

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

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

                        A simple chrome extension which takes away the trouble of scrolling on twitter to find someone's old tweets. 

Simply download the extension and with a couple of clicks find old tweets (from any month and year) on the user's profile! Never worry about using Twitter's advanced search ever again!

Social Scroll is the easiest way to find someone's first tweet! 

NOT AFFILIATED WITH TWITTER

******************************************************************************
V_0.2 Updates:

- Adding Extension Logo: The icons appeared to be black boxes in the extension bar on browsers, updating them to the actual extension logo!

******************************************************************************
V_0.3 Updates:

- There was a change in twitter HTML which was preventing the code from personalizing the navigation tray for each profile. Updated the code to align to changes in twitter HTML

- Removed functionality for social scrolling for Instagram which was sitting in the zip file, creating a separate extension for Instagram! Be on the lookout!                    

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

ชื่อ Social Scroll for Twitter Social Scroll for Twitter
ID dooipgpmjgdkmafehmffclnncighoapa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-scroll-for-twitter/dooipgpmjgdkmafehmffclnncighoapa
คำอธิบาย Find anyone's old tweets with a couple of clicks!
ขนาดไฟล์ 311 KB
จำนวนการติดตั้ง 1,302
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2022-04-07
วันที่เผยแพร่ 2021-10-26
คะแนน 2.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://hshaikh.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Scroll for Twitter",
    "version": "0.3",
    "description": "Find anyone's old tweets with a couple of clicks!",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "twitter.js"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": []
}