WeTumblr
View Tumblr Likes and Download them.
WeTumblrคืออะไร?
WeTumblr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย airyland และคุณลักษณะหลักของมันคือ "View Tumblr Likes and Download them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WeTumblr
ดาวน์โหลดไฟล์ส่วนขยาย WeTumblr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View Tumblr Likes and Download them. Backup your tumblr likes before Tumblr banning adult content.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WeTumblr |
ID | bpbdljpphnblfmgbfkphflkhmeollldm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm |
คำอธิบาย | View Tumblr Likes and Download them. |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 196 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-12-06 |
วันที่เผยแพร่ | 2018-12-06 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | airyland |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "WeTumblr", "options_page": "pages\/options.html", "manifest_version": 2, "icons": { "16": "assets\/images\/icon.png", "48": "assets\/images\/icon.png", "128": "assets\/images\/icon.png" }, "browser_action": { "default_icon": "assets\/images\/icon.png" }, "background": { "scripts": [ "modules\/background\/background.js" ], "persistent": true }, "description": "View Tumblr Likes and Download them.", "permissions": [ "unlimitedStorage", "downloads", "https:\/\/*.media.tumblr.com\/*", "https:\/\/*.tumblr.com\/*" ], "content_security_policy": "script-src 'self'; style-src * 'unsafe-inline';" } |