User-Agent

User-Agent like never before! Set User-agent by domain, URL, wildcard, keyword, regex (or global). Keep Mobile page or desktop…

User-Agentคืออะไร?

User-Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://improvedtube.com และคุณลักษณะหลักของมันคือ "User-Agent like never before! Set User-agent by domain, URL, wildcard, keyword, regex (or global). Keep Mobile page or desktop…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย User-Agent

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

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

                        User-Agent like never before! Set User-agent by domain, URL, wildcard, keyword, regex (or global).   Keep Mobile page or desktop version. Stop cookie alerts,  Login prompts, Paywalls, Adlocker notifcations. 

This allows you to precisely keep the mobile site of one URL but the Desktop version of another!  

You can use bot agents  (like bingbot, googlebot) to automatically avoid cookie notifications, paywalls, adblocker notifications on news sites or any site. And login walls on Google, Youtube, Facebook, Pinterest, Quora and so on. This even makes most sites load faster! (if you use a bot user-agent, please help collect exceptions which might not show disadvantages/locks )

You can also easily set this up to test different URLs on one site with every different use agent 
(especially If you make websites yourself) -   Unlimited Possiblities

Chose the most popular user agents or set custom user agent strings 
TESTING VERSION ONLY:   
(Missing options to come. Which one first? Please dont rate low just yet)

We are developing distraction-free extensions since 2012 for  500,000+ people https://github.com/ImprovedTube/ImprovedTube                    

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

ชื่อ User-Agent User-Agent
ID ncgbkkljbaojkhljombpjejedphfhdjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/user-agent/ncgbkkljbaojkhljombpjejedphfhdjj
คำอธิบาย User-Agent like never before! Set User-agent by domain, URL, wildcard, keyword, regex (or global). Keep Mobile page or desktop…
ขนาดไฟล์ 339 KB
จำนวนการติดตั้ง 1,413
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-06-26
วันที่เผยแพร่ 2020-08-07
คะแนน 4.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://improvedtube.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://improvedtube.com/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "User-Agent",
    "version": "3.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "options-page\/index.html"
    },
    "options_page": "options-page\/index.html",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ]
}