Poor man's BJ reader
Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!
Cos'è Poor man's BJ reader?
Poor man's BJ reader è un'estensione di Chrome sviluppata da coreyjr, e la sua funzione principale è "Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!".
Scarica il file CRX dell'estensione Poor man's BJ reader
Scarica i file di estensione Poor man's BJ reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | iblnhobikmbjoilmfkcgoalpkcfhgcnd |
URL Ufficiale | https://chrome.google.com/webstore/detail/iblnhobikmbjoilmfkcgoalpkcfhgcnd |
Descrizione | Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM! |
Dimensione del File | 95.08 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.4.7 |
Ultimo Aggiornamento | 2018-01-25 |
Data di Pubblicazione | 2018-01-25 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | coreyjr |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |