shitemove
This extension replaces estate agent clichés with something a little more truthful.
shitemoveคืออะไร?
shitemove เป็นส่วนขยายของ Chrome ที่พัฒนาโดย angryflatcap และคุณลักษณะหลักของมันคือ "This extension replaces estate agent clichés with something a little more truthful."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shitemove
ดาวน์โหลดไฟล์ส่วนขยาย shitemove ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When on a UK property listing, shitemove will take words such as 'stunning' and 'stylish' and replace them with words like 'passable' and 'tacky'. By default it will work on foxtons.co.uk, gumtree.com, openrent.co.uk, primelocation.com, rightmove.co.uk, and zoopla.co.uk. Others can be added via the options page, or if you're feeling brave you can turn it on for all sites. For more information, visit shitemove.angryflatcap.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | khnnjllikjnfpdmbbiapgdmfpekfgbon |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shitemove/khnnjllikjnfpdmbbiapgdmfpekfgbon |
คำอธิบาย | This extension replaces estate agent clichés with something a little more truthful. |
ขนาดไฟล์ | 45.64 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2017-10-01 |
วันที่เผยแพร่ | 2017-10-01 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | angryflatcap |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://shitemove.angryflatcap.com |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "shitemove", "description": "This extension replaces estate agent clich\u00e9s with something a little more truthful.", "version": "0.1.1", "author": "Angry Flat Cap", "background": { "scripts": [ "getsettings.js", "dictionary.js", "background.js" ] }, "icons": { "16": "icons\/house-16.png", "32": "icons\/house-32.png", "48": "icons\/house-48.png", "128": "icons\/house-128.png", "256": "icons\/house-256.png" }, "browser_action": { "default_icon": { "16": "icons\/house-disabled-16.png", "32": "icons\/house-disabled-32.png", "48": "icons\/house-disabled-48.png", "128": "icons\/house-disabled-128.png", "256": "icons\/house-disabled-256.png" }, "default_popup": "popups\/off.html" }, "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |