File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 // Configuration - Création de posts
2323 const CREATE_POST_ID = 'linkpost-create-post-link' ;
2424 const CREATE_POST_TEXT = 'Créer un post' ;
25- const CREATE_POST_URL = 'https://www.linkedin.com/feed/?shareActive' ;
25+ const CREATE_POST_URL = 'https://www.linkedin.com/feed/?shareActive=true ' ;
2626
2727 // Configuration - Masquer pub Premium
2828 const PREMIUM_LINK_SELECTOR = 'a[href*="/premium/products"]' ;
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " LinkPost - Raccourci Posts Programmés et plus" ,
4- "version" : " 1.3.1 " ,
4+ "version" : " 1.3.2 " ,
55 "description" : " Raccourcis vers vos posts programmés, création rapide et interface épurée pour LinkedIn." ,
66 "icons" : {
77 "16" : " icons/icon16.png" ,
2222 "content_scripts" : [
2323 {
2424 "matches" : [
25- " https://www.linkedin.com/feed/ *"
25+ " https://www.linkedin.com/*"
2626 ],
2727 "js" : [
2828 " content.js"
You can’t perform that action at this time.
0 commit comments