Twitter All Official Accounts

TwitterのWeb版で全員を公式アカウントに変身させるChrome拡張機能です。

Twitter All Official Accountsคืออะไร?

Twitter All Official Accounts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://narikakun.net และคุณลักษณะหลักของมันคือ "TwitterのWeb版で全員を公式アカウントに変身させるChrome拡張機能です。"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter All Official Accounts

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

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

                        TwitterのWeb版で全員を公式アカウントに変身させます。                    

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

ชื่อ Twitter All Official Accounts Twitter All Official Accounts
ID anbbliegolecfadljadiecmmhfibbmhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-all-official-acco/anbbliegolecfadljadiecmmhfibbmhf
คำอธิบาย TwitterのWeb版で全員を公式アカウントに変身させるChrome拡張機能です。
ขนาดไฟล์ 46.77 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-04-04
วันที่เผยแพร่ 2021-04-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://narikakun.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://narikakun.net/contact/
URL หน้านโยบายความเป็นส่วนตัว https://narikakun.net/privacy
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter All Official Accounts",
    "version": "1.0.1",
    "description": "Twitter\u306eWeb\u7248\u3067\u5168\u54e1\u3092\u516c\u5f0f\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u5909\u8eab\u3055\u305b\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "allofficial.js"
            ]
        }
    ],
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "manifest_version": 2
}