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

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

File Upload With Javascript In Chrome Or Firefox Extension Without User Intervention

I've managed to get the element of a button inside a a webpage . I know its ID , its class , et… Read more File Upload With Javascript In Chrome Or Firefox Extension Without User Intervention

Persistent Unique Id For Chrome Tabs That Lasts Between Browser Sessions

I'm trying to ascertain some way to establish a unique ID for Chrome tabs that meets the follow… Read more Persistent Unique Id For Chrome Tabs That Lasts Between Browser Sessions

Javascript Call Programmatically The "save As Pdf" Feature Of Chrome Dialog Print

Google Chrome have the option 'Save as PDF' when you enter the Print dialog or window.print… Read more Javascript Call Programmatically The "save As Pdf" Feature Of Chrome Dialog Print

Chrome-extension Javascript To Detect Dynamically-loaded Content

I'm implementing a chrome extension app. I want to replace href attribute in tag (on my webapp… Read more Chrome-extension Javascript To Detect Dynamically-loaded Content

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?

How To Store The Values Retrieved From Content Script Into Textboxes With A Button Click

I am new to building chrome extension. I am using content script to retrieve the values. But Iam un… Read more How To Store The Values Retrieved From Content Script Into Textboxes With A Button Click

Simulate Clicking Elements On The Page From A Chrome Extension?

I need to iterate and click all the elements with the class .star_gray on page, and keep the iterat… Read more Simulate Clicking Elements On The Page From A Chrome Extension?

Using Third Party Libraries

I want to integrate a Timeline in a chrome extension of mine. I already downloaded the js files and… Read more Using Third Party Libraries

Chrome Extension Content-security-policy Throwing Errors, While It's Set On *

I've tried all possible setups for the CSP settings in my manifest.json, this is my current (ve… Read more Chrome Extension Content-security-policy Throwing Errors, While It's Set On *

Contenteditable Element Does Not React On Hotkeys

I'm developing a Chrome extension that injects JS code into all opened tabs. The task of this c… Read more Contenteditable Element Does Not React On Hotkeys

Chrome Extension To Redirect To Url With Parameter

I'm attempting to create a Chrome extension which will add a parameter to the end of a URL if t… Read more Chrome Extension To Redirect To Url With Parameter

How Can A Google Chrome Extension Exit Its Own Background Process?

My goal is very simple: when the user installs the extension, open the options page. The only way I… Read more How Can A Google Chrome Extension Exit Its Own Background Process?

Customevent.detail "tainted"?

I'm developing a Chrome extension to add convenience to a website. I have access to the page… Read more Customevent.detail "tainted"?

Chrome Extension: Switching From Localstorage To Chrome.storage.local

I finally got one of my first JS scripts running as planned in Firefox. Now I need to switch to chr… Read more Chrome Extension: Switching From Localstorage To Chrome.storage.local

Pin Chrome Extension Icon By Default Programmatically

I created a chrome extension, is it possible to pin it's by default programmatically? with chro… Read more Pin Chrome Extension Icon By Default Programmatically

How Do You Derive Walltime From Timestamp Using Chrome's Debugger Protocol?

I've been building a Chrome extension using in part the Chrome debugger protocol. Certain event… Read more How Do You Derive Walltime From Timestamp Using Chrome's Debugger Protocol?

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

How Can An Iframe That Has Content, Have An Undefined Contentdocument Object?

I've been trying to develop a browser extension that needs to inject event handlers into all iF… Read more How Can An Iframe That Has Content, Have An Undefined Contentdocument Object?

Encrypt Chrome-extension?

Anyway to encrypt a Chrome-extension from not exposing the source code? Solution 1: you can hide y… Read more Encrypt Chrome-extension?