Auto Tweet Retweeter

Automatically retweet tweets found on tabs.

Auto Tweet Retweeterคืออะไร?

Auto Tweet Retweeter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ahmet Cetinkaya และคุณลักษณะหลักของมันคือ "Automatically retweet tweets found on tabs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Tweet Retweeter

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

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

                        Twitter Retweeter eklentisini nasıl kullanabilirim?
1. twitter.com üzerinden hesabınıza giriş yapın
2. Twitter üzerinde bir terimi, hashtag'i veya belirli kullanıcıları üzerinde gelişmiş arama veya bir kullanıcı profilini açın
3. Tarayıcının sağ üstünde bulunan mavi retweet ikonuna tıklayın
4. Tarayıcı sekmesini görünür şekilde ekranda tutun
Belirli aralıklarla sayfada bulunan tweet'leri retweet'leyecektir.

EN

Twitter Retweeter automatically retweets posts from a page.

How to use the Twitter Retweeter Extension?
1. Login your Twitter account on twitter.com
2. Search for a term or hashtag or user profile
3. Click on the icon resembling a blue retweet to  start retweeting
4. Keep the browser tab visible on the screen
Extension will periodically retweet tweets found on the page.                    

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

ชื่อ Auto Tweet Retweeter Auto Tweet Retweeter
ID hpfmhdpddaningippbihoomnjdihpfki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-tweet-retweeter/hpfmhdpddaningippbihoomnjdihpfki
คำอธิบาย Automatically retweet tweets found on tabs.
ขนาดไฟล์ 99.48 KB
จำนวนการติดตั้ง 459
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-02-09
วันที่เผยแพร่ 2023-02-08
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ahmet Cetinkaya
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ahmet-cetinkaya/twitter-retweeter-chromium-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Tweet Retweeter",
    "description": "Automatically retweet tweets found on tabs.",
    "version": "1.0",
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "alarms"
    ],
    "host_permissions": [
        ""
    ]
}