The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
The Verge - Is It A Thingคืออะไร?
The Verge - Is It A Thing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jens Møller และคุณลักษณะหลักของมันคือ "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Verge - Is It A Thing
ดาวน์โหลดไฟล์ส่วนขยาย The Verge - Is It A Thing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds "and I have no idea if that’s a sex thing" to all headlines on theverge.com. Created by Mehedi Hassan https://twitter.com/mehedih_
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
คำอธิบาย | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
ขนาดไฟล์ | 1.03 MB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2020-06-11 |
วันที่เผยแพร่ | 2020-06-11 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jens Møller |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/mehedih_ |
URL หน้าช่วยเหลือ | https://twitter.com/mehedih_ |
ภาษาที่รองรับ | de,en,fr,da,es,it,el,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "http:\/\/twitter.com\/mehedih_", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "jquery.js", "filter.js" ], "matches": [ "*:\/\/www.theverge.com\/*" ] } ] } |