Poor man's BJ reader
Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!
Qu'est-ce que Poor man's BJ reader ?
Poor man's BJ reader est une extension Chrome développée par coreyjr, et sa fonction principale est "Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!".
Télécharger le fichier CRX de l'extension Poor man's BJ reader
Téléchargez les fichiers d'extension Poor man's BJ reader 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
Informations de Base sur l'Extension
Nom | |
ID | iblnhobikmbjoilmfkcgoalpkcfhgcnd |
URL Officiel | https://chrome.google.com/webstore/detail/iblnhobikmbjoilmfkcgoalpkcfhgcnd |
Description | Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM! |
Taille du Fichier | 95.08 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.4.7 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-25 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | coreyjr |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poor man's BJ reader", "version": "0.4.7", "description": "Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!", "background_page": "background.html", "browser_action": { "name": "Manipulate DOM", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "background.js" ], "matches": [ "https:\/\/*.bizjournals.com\/*", "http:\/\/*.bizjournals.com\/*" ] } ] } |