Bitcointalk Script
Extension specific to Bitcointalk - Synthesis script, all in one
Qu'est-ce que Bitcointalk Script ?
Bitcointalk Script est une extension Chrome développée par mrvuit, et sa fonction principale est "Extension specific to Bitcointalk - Synthesis script, all in one".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcointalk Script
Téléchargez les fichiers d'extension Bitcointalk Script au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Bitcointalk Forum launched in 2010, the speed of upgrading is quite slow. Therefore, when possible users tend to create userscripts to simlify things and improve their own experiences in the forum. This extension summarizes the features that members prefer, making it easier for users to use the Bitcointalk website. Features: - Change the theme - Block the signature - Block avatar - Open external links in a new tab - Change the font size - Enhanced Merit UI - Pin multiple post or comment - Show total merit in post - Highlight your username in merit - Show icon go to top - Enhanced Report To Moderator UI - Show Bitcoin & Ethereum price
Informations de Base sur l'Extension
Nom | Bitcointalk Script |
ID | ebkdbmfcjnnpoplaphlokgpehbddamcn |
URL Officiel | https://chromewebstore.google.com/detail/bitcointalk-script/ebkdbmfcjnnpoplaphlokgpehbddamcn |
Description | Extension specific to Bitcointalk - Synthesis script, all in one |
Taille du Fichier | 93.39 KB |
Nombre d'Installations | 13 |
Version Actuelle | 2.5 |
Dernière Mise à Jour | 2019-08-29 |
Date de Publication | 2019-08-29 |
Développeur | mrvuit |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitcointalk.org/index.php?topic=5178297.0 |
URL de la Page d'Aide | https://bitcointalk.org/index.php?topic=5178297.0 |
URL de la Page de Politique de Confidentialité | https://chrometemple.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcointalk Script", "short_name": "Bitcointalk-Script", "version": "2.5", "manifest_version": 2, "description": "Extension specific to Bitcointalk - Synthesis script, all in one", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Bitcointalk Script", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.bitcointalk.org\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "*:\/\/*.bitcointalk.org\/*", "storage" ], "web_accessible_resources": [ "css\/bitcointalk\/*.css", "icons\/*.png" ] } |