shitemove
This extension replaces estate agent clichés with something a little more truthful.
shitemoveとは何ですか?
shitemoveはangryflatcapによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces estate agent clichés with something a little more truthful.」です。
拡張機能のスクリーンショット
shitemove拡張機能のCRXファイルをダウンロード
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" } ] } |