Liker Land
Browser extension for liker.land
Liker Landคืออะไร?
Liker Land เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liker.land และคุณลักษณะหลักของมันคือ "Browser extension for liker.land"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Liker Land
ดาวน์โหลดไฟล์ส่วนขยาย Liker Land ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Browser extension for bookmarking any web page to your Liker Land reading list Liker Land is a new generation of content reader in which - Users are in full control of their feed - Every Like is an actual reward to creators - Auto inject Liker button for youtube videos. Copy and paste you Liker button URL into the video description field for this to work! New Feature: - Fixed infinite error loop causing browser crash - Removed temp Liker ID - Fixed LikeCoin button injection not working in youtube
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cjjcemdmkddjbofomfgjedpiifpgkjhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/liker-land/cjjcemdmkddjbofomfgjedpiifpgkjhe |
คำอธิบาย | Browser extension for liker.land |
ขนาดไฟล์ | 159 KB |
จำนวนการติดตั้ง | 376 |
เวอร์ชันปัจจุบัน | 0.0.10 |
อัปเดตครั้งล่าสุด | 2022-06-12 |
วันที่เผยแพร่ | 2020-03-10 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://liker.land |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://liker.land |
URL หน้าช่วยเหลือ | https://docs.like.co |
URL หน้านโยบายความเป็นส่วนตัว | https://like.co/in/policies/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liker Land", "version": "0.0.10", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Browser extension for liker.land", "homepage_url": "https:\/\/liker.land", "short_name": "Liker Land", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "author": "Republic of Liker Land", "minimum_chrome_version": "49", "browser_action": { "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "Login to liker.land", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ], "web_accessible_resources": [ "js\/inpage.bundle.js", "assets\/likecoin-button\/like-clap.svg" ] } |