Unlike All Tweets - U.A.T

Product designed to help users unlike all tweets on social media website.

Unlike All Tweets - U.A.Tคืออะไร?

Unlike All Tweets - U.A.T เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getcreativesoftware.dev และคุณลักษณะหลักของมันคือ "Product designed to help users unlike all tweets on social media website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unlike All Tweets - U.A.T

ดาวน์โหลดไฟล์ส่วนขยาย Unlike All Tweets - U.A.T ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Features:

1. Click all like buttons:

This feature will allow an end-user to like multiple tweets on Twitter by clicking all like buttons. Using this tool, end-user can like multiple tweets on Twitter.

2. Click all unlike buttons:

This feature will allow you to unlike multiple tweets on Twitter by clicking all unlike buttons. Using this tool, end-user will be able to unlike multiple tweets on Twitter.

Additional features:

- This tool works on any Twitter page that shows like or dis-like buttons.
- Allows end-user to specify a custom delay time between each action.

contact us at: [email protected]

This software is neither created nor endorsed by any third party social media company.

Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behaviour. Information necessary for functioning of this software is stored on the devices of end user, our servers do not have access to this information.

For more information please read our privacy policy and terms of service.

Privacy policy:
https://www.getcreativesoftware.dev/privacy/

Terms of service:
https://www.getcreativesoftware.dev/tos/                    

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

ชื่อ Unlike All Tweets - U.A.T Unlike All Tweets - U.A.T
ID hoaiekalkmhkhkjnlhfbidlodndgaeie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unlike-all-tweets-uat/hoaiekalkmhkhkjnlhfbidlodndgaeie
คำอธิบาย Product designed to help users unlike all tweets on social media website.
ขนาดไฟล์ 95.54 KB
จำนวนการติดตั้ง 216
เวอร์ชันปัจจุบัน 3.0.0.1
อัปเดตครั้งล่าสุด 2023-07-05
วันที่เผยแพร่ 2020-02-11
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://getcreativesoftware.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getcreativesoftware.dev/unlike-all-tweets-for-twitter/
URL หน้าช่วยเหลือ https://www.getcreativesoftware.dev/unlike-all-tweets-for-twitter/
URL หน้านโยบายความเป็นส่วนตัว https://www.getcreativesoftware.dev/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unlike All Tweets - U.A.T",
    "description": "Product designed to help users unlike all tweets on social media website.",
    "short_name": "U.A.T",
    "manifest_version": 3,
    "version": "3.0.0.1",
    "homepage_url": "https:\/\/www.getcreativesoftware.dev\/unlike-all-tweets-for-twitter\/",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": "background\/background_sw.js"
    },
    "action": {
        "default_title": "Unlike All Tweets",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "24": "icon\/24.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    }
}