Turdifier
Let you select some words that will be replaced by the poo emoji on every pages
Co je Turdifier?
Turdifier je rozšíření Chrome vyvinuté http://antoine.work, a jeho hlavní funkcí je „Let you select some words that will be replaced by the poo emoji on every pages“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Turdifier
Stáhněte si soubory rozšíření Turdifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension let you choose a list of words that will be replaced by the "pile of poo" unicode character. The original font size of the word will be unchanged. It also replace the choosen words in page title but might produce weird characters on old OS. Found a bug ? need a feature ? Please send me a mail at [email protected]
Základní Informace o Rozšíření
Název | |
ID | pacfpdfkogneijkijmgjhdfghhfklbno |
Oficiální URL | https://chrome.google.com/webstore/detail/turdifier/pacfpdfkogneijkijmgjhdfghhfklbno |
Popis | Let you select some words that will be replaced by the poo emoji on every pages |
Velikost souboru | 28.17 KB |
Počet instalací | 58 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-11-02 |
Datum Vydání | 2017-11-02 |
Hodnocení | 4.00/5 Celkem 8 Hodnocení |
Vývojář | http://antoine.work |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://lab.antoine.work/turdifier/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turdifier", "short_name": "Turdifier", "description": "Let you select some words that will be replaced by the poo emoji on every pages", "version": "1.0", "icons": { "128": "icon_128.png" }, "author": "Antoine Guillien", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Turdify", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "manifest_version": 2 } |