Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome Extension

Module Load Progress Events In Nacl With Manifest_version = 2 And No Inline Javascript

I upgraded my manifest_version to '2' as per this document, and then was suprised to see ch… Read more Module Load Progress Events In Nacl With Manifest_version = 2 And No Inline Javascript

Elementbyid Finds Element But Won't Add Event Listener (chrome Extension)

I have a form in my extension's popup with the code: Submit And then in the attached script, … Read more Elementbyid Finds Element But Won't Add Event Listener (chrome Extension)

Jquery - Hide Only Visible Images (before Load) On Document Ready

I'm developing a Chrome extension, and require a functionality such that I want to get all visi… Read more Jquery - Hide Only Visible Images (before Load) On Document Ready

How Can I Make The Variable Newuser Defined Inside A Function Global?

I send the variable newUser from options.html to background.html with chrome.extension.getBackgroun… Read more How Can I Make The Variable Newuser Defined Inside A Function Global?

Cannot Delete Urls With Chrome's History Api

I am making a Chrome extension to remove certain URLs from my history, using Chrome's history A… Read more Cannot Delete Urls With Chrome's History Api

Running An Extension In Background On Page Load/refresh

I'm new to writing extensions (and javascript). I'd like an extension to run on a timer whe… Read more Running An Extension In Background On Page Load/refresh

Chrome.extension.getbackgroundpage() Function Example

I'm working on a small Chrome extension that needs to run in the background. However, I underst… Read more Chrome.extension.getbackgroundpage() Function Example

A Issue When Inject A Javascript Code That Overrides The One Existing In Dom?

I have read this question Is it possible to inject a javascript code that OVERRIDES the one existi… Read more A Issue When Inject A Javascript Code That Overrides The One Existing In Dom?

Mutation Observer Of Iframe Is Removed When Click A Href Of Iframe?

After attach a mutation observer inside the iframe, does pressing the button inside the iframe rem… Read more Mutation Observer Of Iframe Is Removed When Click A Href Of Iframe?

Pass Array Variable From Background.js To Content.js

I am really struggling with passing an array from my background.js to my content.js. Before I start… Read more Pass Array Variable From Background.js To Content.js

How To Access The Manifest.json File Of A Firefox Extension?

I am making a short research about Chrome and Firefox extensions. I can access the manifest.json fi… Read more How To Access The Manifest.json File Of A Firefox Extension?

Why Am I Getting This Error Chrome-extension://invalid

I am facing a wierd problem accessing the Chromecast extension in Chrome. I made a web page and whe… Read more Why Am I Getting This Error Chrome-extension://invalid

Develop A Chrome Extension That Overrides Ssl Certificate Exception For A Self Signed Certificate

I frequently access a trusted website that uses a self signed certificate. Every time I access it I… Read more Develop A Chrome Extension That Overrides Ssl Certificate Exception For A Self Signed Certificate

Run Scripts And Css Of Html File Fetched With Chrome.runtime.geturl()

I am building a chrome extension and would like to add the contents of an html file to the document… Read more Run Scripts And Css Of Html File Fetched With Chrome.runtime.geturl()

How To Wait For Content Script Listener To Load After Background Script Opens Url?

My background script should open an URL and wait for it to load completely, so the content script&#… Read more How To Wait For Content Script Listener To Load After Background Script Opens Url?

Can I Tell If My Chrome Extension Is Running On Windows?

In my Google Chrome Extension I need to copy text onto the Clipboard, and I need to know if my exte… Read more Can I Tell If My Chrome Extension Is Running On Windows?

How To Redirect Current Tab's Url In Chrome Extension?

I'm writing a Chrome extension, used to switch between different search engines. The manifest.j… Read more How To Redirect Current Tab's Url In Chrome Extension?

Content Security Policy Directive: "script-src 'self' 'unsafe-eval'"

I am using urlive library to load thumbnail images using the link. Outside of a Chrome extension th… Read more Content Security Policy Directive: "script-src 'self' 'unsafe-eval'"

Send Message To Background Page, Update The Html, And Then Show It In A Tab

I have a chrome extension where a user inputs some information and it generates a report. Now of co… Read more Send Message To Background Page, Update The Html, And Then Show It In A Tab

Passing Message From One Listener To Another

I'm developing an extension for Chrome, and here's the workflow I'm trying to achieve: … Read more Passing Message From One Listener To Another