Twitter account detector
This extension offers a quick way to show all twitter accounts from the page its on.
Co je Twitter account detector?
Twitter account detector je rozšíření Chrome vyvinuté https://stapps.io, a jeho hlavní funkcí je „This extension offers a quick way to show all twitter accounts from the page its on.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter account detector
Stáhněte si soubory rozšíření Twitter account detector 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 helps you find Twitter/X accounts for the page its on so you can contact or follow them easily. Unofficial extension. Feel free to contribute with code or ideas: https://github.com/stilliard/Twitter-detector
Základní Informace o Rozšíření
Název | Twitter account detector |
ID | papcdbgfejihdinhieggiamjnkclhkck |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck |
Popis | This extension offers a quick way to show all twitter accounts from the page its on. |
Velikost souboru | 988 KB |
Počet instalací | 1,247 |
Aktuální Verze | 3.0 |
Poslední Aktualizace | 2023-12-05 |
Datum Vydání | 2020-03-17 |
Hodnocení | 4.64/5 Celkem 14 Hodnocení |
Vývojář | https://stapps.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/stilliard/Twitter-detector |
URL Stránky Nápovědy | https://github.com/stilliard/Twitter-detector |
URL Stránky Zásad Ochrany Soukromí | https://twitter.com/en/privacy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter account detector", "description": "This extension offers a quick way to show all twitter accounts from the page its on.", "version": "3.0", "action": { "browser_style": true, "default_icon": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |